diff options
author | Albin Larsson <mail@albinlarsson.com> | 2018-02-05 23:22:20 +0100 |
---|---|---|
committer | Albin Larsson <mail@albinlarsson.com> | 2018-02-05 23:22:20 +0100 |
commit | ce1d5a60d61e687d9d4fb16165649a524d55a45b (patch) | |
tree | e7daf6000d7f0aaba557aaa8a495e93f833461e9 | |
parent | f67315e20c05c79e7e23db3fa0a72cac4563b887 (diff) | |
download | plyr-ce1d5a60d61e687d9d4fb16165649a524d55a45b.tar.lz plyr-ce1d5a60d61e687d9d4fb16165649a524d55a45b.tar.xz plyr-ce1d5a60d61e687d9d4fb16165649a524d55a45b.zip |
Remove eslint-rule 'no-shadow' (common variable names should be able to exist in different scopes)
-rw-r--r-- | .eslintrc.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc.json b/.eslintrc.json index fba3d471..63fefe4d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -8,6 +8,7 @@ "globals": { "Plyr": false, "jQuery": false }, "rules": { "no-const-assign": 1, + "no-shadow": 0, "no-this-before-super": 1, "no-undef": 1, "no-unreachable": 1, |