mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 14:12:13 +00:00
Deny unused variables in eslintrc
This commit is contained in:
parent
62a6486d5b
commit
26ad8c627e
@ -24,7 +24,6 @@ module.exports = {
|
|||||||
'always'
|
'always'
|
||||||
],
|
],
|
||||||
'no-console': 0,
|
'no-console': 0,
|
||||||
'no-undef': 'warn',
|
'no-undef': 'warn'
|
||||||
'no-unused-vars': 'warn'
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user