1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-03-31 17:31:06 +00:00

Deny unused variables in eslintrc

This commit is contained in:
Alex Crichton 2018-07-04 08:35:39 -07:00
parent 62a6486d5b
commit 26ad8c627e

@ -24,7 +24,6 @@ module.exports = {
'always'
],
'no-console': 0,
'no-undef': 'warn',
'no-unused-vars': 'warn'
'no-undef': 'warn'
}
};