aboutsummaryrefslogtreecommitdiffstats
path: root/.eslintignore
diff options
context:
space:
mode:
Diffstat (limited to '.eslintignore')
-rw-r--r--.eslintignore7
1 files changed, 7 insertions, 0 deletions
diff --git a/.eslintignore b/.eslintignore
index f874f2272..ae66d0624 100644
--- a/.eslintignore
+++ b/.eslintignore
@@ -32,3 +32,10 @@ npm-debug.log.*
32# package files 32# package files
33package.json 33package.json
34package-lock.json 34package-lock.json
35
36# Json
37*.json
38
39# Build
40build
41out