Skip to content

Commit 9a9395f

Browse files
committed
ignore node_modules/ in eslint
1 parent 006b297 commit 9a9395f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.eslintignore

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1-
dist/*
2-
build/*
1+
node_modules
2+
dist
3+
build
34

45
test/jasmine/assets/jquery-1.8.3.min.js
56
src/plots/polar/micropolar.js

0 commit comments

Comments
 (0)