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