Skip to content

Commit e5ed5c2

Browse files
committed
chore(coverage): correctly ignore .eslintrc.js
1 parent 661238f commit e5ed5c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"jest": {
2525
"collectCoverageFrom": [
2626
"**/*.js",
27-
"!/**/.eslintrc.js",
27+
"!**/.eslintrc.js",
2828
"!**/lib/**",
2929
"!**/examples/**",
3030
"!**/node_modules/**"

0 commit comments

Comments
 (0)