Skip to content

Commit 13cb09e

Browse files
committed
Add a .eslintignore file
The HTML coverage report is currently being linted, which causes a lot if invalid linting errors. This change adds a ignore file to ensure these files are properly skipped during linting.
1 parent 130eca3 commit 13cb09e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.nyc_output/
2+
coverage/

0 commit comments

Comments
 (0)