diff options
author | Akshit Kr Nagpal <akshitkrnagpal@gmail.com> | 2018-05-09 23:27:26 +0530 |
---|---|---|
committer | Saúl Ibarra Corretgé <s@saghul.net> | 2018-05-09 19:57:26 +0200 |
commit | 304f5efe3d441d4250e7ef3d8ed0f4df665c5b53 (patch) | |
tree | 0288b50895a10ce89e27e5cda629f45cfe14f7b2 /.eslintrc.js | |
parent | e82e4b5c5360ce6a7f00c9bc13ca9fc7fbdf0719 (diff) |
Fix no-shadow warning (#26)
Diffstat (limited to '.eslintrc.js')
-rw-r--r-- | .eslintrc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js index 72f02be..ac0ab91 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -4,7 +4,6 @@ module.exports = { ], 'rules': { 'no-new': 1, - 'no-shadow': 1, 'max-params': 1 } }; |