diff options
author | Christoph (Sheogorath) Kern | 2018-11-16 11:45:20 +0100 |
---|---|---|
committer | GitHub | 2018-11-16 11:45:20 +0100 |
commit | db69983a622693962a0fd42b2f091b3f3b6f6906 (patch) | |
tree | 08e51914a7d6dd00c993c3b7f2481521a1ba6f0e /.eslintignore | |
parent | f9aa001ee78e604415c2a6e82f65701a1f07d3c4 (diff) | |
parent | 858a59529e4b99d5c13e6fce8354cd9e9b00a462 (diff) |
Merge pull request #1057 from ccoenen/eslint
switching to eslint for code checking
Diffstat (limited to '.eslintignore')
-rw-r--r-- | .eslintignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 00000000..2c3d6b04 --- /dev/null +++ b/.eslintignore @@ -0,0 +1,3 @@ +lib/ot +public/vendor +public/build |