We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
node_modules
example
1 parent b8eb857 commit 7dd8156Copy full SHA for 7dd8156
.eslintignore
@@ -1,4 +1,8 @@
1
src/components/icons/
2
-dist-example/
3
dist/
4
nuxt/plugin.js
+
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