Skip to content

Commit baa8923

Browse files
chore: move eslintignore config to package.json
1 parent aa24409 commit baa8923

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.eslintignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,12 @@
4040
"npm-run-all": "^4.1.5",
4141
"prettier": "^2.4.1",
4242
"rimraf": "^3.0.2"
43-
}
43+
},
44+
"eslintIgnore": [
45+
"**/*.d.ts",
46+
"dist",
47+
"*node_modules*",
48+
"coverage",
49+
"tests"
50+
]
4451
}

0 commit comments

Comments
 (0)