Skip to content

Commit bc9acd3

Browse files
authored
fix(lint): exempt built files (#3024)
1 parent 642b177 commit bc9acd3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.eslintignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
1-
test/e2e/support/error/under-test.js
1+
test/e2e/support/error/under-test.js
2+
static/karma.js
3+
static/context.js
4+
tmp/*

0 commit comments

Comments
 (0)