chore: cleanup unusued variables + enable linting (#38898)
This commit is contained in:
parent
e900f6ecc3
commit
ef6569b7d3
36 changed files with 31 additions and 89 deletions
3
spec/fixtures/testsnap.js
vendored
3
spec/fixtures/testsnap.js
vendored
|
@ -1,3 +1,4 @@
|
|||
// taken from https://chromium.googlesource.com/v8/v8.git/+/HEAD/test/cctest/test-serialize.cc#1127
|
||||
// taken from https://chromium.googlesource.com/v8/v8.git/+/HEAD/test/cctest/test-serialize.cc
|
||||
// eslint-disable-next-line @typescript-eslint/no-unused-vars
|
||||
function f () { return g() * 2; }
|
||||
function g () { return 43; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue