diff options
author | Lukas Eipert <leipert@gitlab.com> | 2018-05-28 11:23:16 +0200 |
---|---|---|
committer | Lukas Eipert <leipert@gitlab.com> | 2018-05-29 18:42:17 +0200 |
commit | 0692be4c3b235e9affa09e03965431f92f3f62f6 (patch) | |
tree | 7f8e198b1b983a5e52ad403e002390b6f4ccbbf3 /.eslintrc.yml | |
parent | ee9974b6d1daa03888199caf06e9e4aa8ef87b4b (diff) | |
download | gitlab-ce-0692be4c3b235e9affa09e03965431f92f3f62f6.tar.gz |
disable no-restricted-globals
Diffstat (limited to '.eslintrc.yml')
-rw-r--r-- | .eslintrc.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.eslintrc.yml b/.eslintrc.yml index ef8ae69cd0a..486e9b0195e 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -57,3 +57,5 @@ rules: # Disabled for now, to make the eslint 3 -> eslint 4 update smoother ## Destructuring: https://eslint.org/docs/rules/prefer-destructuring prefer-destructuring: off + ## no-restricted-globals: https://eslint.org/docs/3.0.0/rules/no-restricted-globals + no-restricted-globals: off |