aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc.js
diff options
context:
space:
mode:
authorAkshit Kr Nagpal <akshitkrnagpal@gmail.com>2018-05-09 23:27:26 +0530
committerSaúl Ibarra Corretgé <s@saghul.net>2018-05-09 19:57:26 +0200
commit304f5efe3d441d4250e7ef3d8ed0f4df665c5b53 (patch)
tree0288b50895a10ce89e27e5cda629f45cfe14f7b2 /.eslintrc.js
parente82e4b5c5360ce6a7f00c9bc13ca9fc7fbdf0719 (diff)
Fix no-shadow warning (#26)
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js1
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
}
};