Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 99ee06e

Browse files
author
Walker
committed
Add .eslintignore file to prevent linting coverage
1 parent 47efd28 commit 99ee06e

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
@@ -0,0 +1,9 @@
1+
node_modules
2+
node_modules/**/*
3+
.DS_Store
4+
tmp/**/*
5+
.idea
6+
.idea/**/*
7+
*.iml
8+
*.log
9+
coverage

0 commit comments

Comments
 (0)