add no-shadow rule to eslint

This commit is contained in:
Xymorot 2019-06-23 19:02:08 +02:00
parent 786c4fdab2
commit 3f51ccca64
1 changed files with 3 additions and 0 deletions

View File

@ -8,5 +8,8 @@
},
"parserOptions": {
"ecmaVersion": 2017
},
"rules": {
"no-shadow": "error"
}
}