Skip to content

Commit 69b7675

Browse files
committed
style: add ESLint ignore file to enable linting of dotfiles
1 parent 2312ca0 commit 69b7675

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.eslintignore

+8-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
.git/
22
.vscode
3-
build/
4-
dist/
5-
coverage/
6-
LICENSE.md
7-
CHANGELOG.md
8-
modules/
9-
node_modules/
3+
/build/
4+
/dist/
5+
/coverage/
6+
/LICENSE.md
7+
/modules/
8+
/node_modules/
9+
/worktrees/
10+
!.*

0 commit comments

Comments
 (0)