Skip to content

Commit 7dd8156

Browse files
committed
🙈 Ignore node_modules in example from ESLint
1 parent b8eb857 commit 7dd8156

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.eslintignore

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
src/components/icons/
2-
dist-example/
32
dist/
43
nuxt/plugin.js
4+
5+
# ESLint only exclude the top-level `node_modules`.
6+
# Sub-folder have to ignore `node_modules` manually.
7+
# See https://github.com/eslint/eslint/issues/5646
8+
example/*/node_modules/

0 commit comments

Comments
 (0)