Skip to content

Commit 7bfe9f3

Browse files
committed
chore(eslint): updated eslintignore so I can jump through errors quickly
1 parent f3f5c7b commit 7bfe9f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.eslintignore

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ packages/documentation/src/components/SassDocPage
44

55
# this is needed to fix a config extension error for "@ljharb" in the qs library
66
packages/*/node_modules
7+
8+
/examples
9+
/testSetup
10+
/packages/*/es
11+
/packages/*/lib
12+
/packages/*/bin
13+
/packages/*/types
14+
/packages/*/dist
15+
/packages/dev-utils/typedoc

0 commit comments

Comments
 (0)