diff options
author | winniehell <git@winniehell.de> | 2016-07-22 22:54:58 +0200 |
---|---|---|
committer | winniehell <git@winniehell.de> | 2016-10-26 10:00:55 +0200 |
commit | e5a0d41db0c2871cc9b229aab40de19bdabe1d9e (patch) | |
tree | 61df949191908e8ef59baf0bf73e1c9f4f93d9f7 /.eslintignore | |
parent | 3d174c7198f103cdedd7c7ffb7678aff1dd4de33 (diff) | |
download | gitlab-ce-e5a0d41db0c2871cc9b229aab40de19bdabe1d9e.tar.gz |
add ESLint
ESLint config: https://github.com/airbnb/javascript
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000000..453747e14e1 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,4 @@ +/public/ +/tmp/ +/vendor/ + |