diff options
author | Mike Greiling <mike@pixelcog.com> | 2016-12-14 10:08:12 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2016-12-14 10:08:12 -0600 |
commit | 53fb5a7f24149740e5c579a9496164c29b9d919b (patch) | |
tree | 7742c90d366eb2a51e6c2a46d5b17268a1ade931 /.eslintignore | |
parent | b70b962892b2428557d95a9639fbcead4fe546fd (diff) | |
download | gitlab-ce-53fb5a7f24149740e5c579a9496164c29b9d919b.tar.gz |
add node_modules to our eslintignore settingsdont-lint-npm-modules
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore index 93de4b10dfe..b4bfa5a1f7a 100644 --- a/.eslintignore +++ b/.eslintignore @@ -1,5 +1,6 @@ /coverage/ /coverage-javascript/ +/node_modules/ /public/ /tmp/ /vendor/ |