Skip to content

Commit 1b118c0

Browse files
authored
Eslint and Prettier weren't linting and formatting every file. (#447)
* Eslint and Prettier weren't linting and formatting every file. * using ignore files instead of cli commands * update eslint
1 parent 7769cd6 commit 1b118c0

7 files changed

Lines changed: 165 additions & 135 deletions

File tree

.eslintignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
1+
coverage/**/*.js
2+
tests/**/*.sol
13
tests_config/**/*.js
24
src/prettier-comments/**/*.js

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
coverage/**/*.js
12
tests/**/*.sol
23
tests_config/**/*.js
34
src/prettier-comments/**/*.js

0 commit comments

Comments
 (0)