eslint root

This commit is contained in:
mrfry 2020-11-28 14:58:07 +01:00
parent 4a7ad2d6c8
commit 50e8fd271a

View file

@ -3,7 +3,6 @@ module.exports = {
browser: true,
es6: true,
node: true,
jest: true,
},
parser: 'babel-eslint',
extends: ['eslint:recommended', 'plugin:react/recommended'],
@ -22,4 +21,5 @@ module.exports = {
{ exceptions: ['i', 'j', 't', 'Q', 'A', 'C', 'q', 'a', 'b'] },
],
},
root: true
}