Skip to content

Commit

Permalink
chore(coverage): correctly ignore .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 10, 2017
1 parent 661238f commit e5ed5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"jest": {
"collectCoverageFrom": [
"**/*.js",
"!/**/.eslintrc.js",
"!**/.eslintrc.js",
"!**/lib/**",
"!**/examples/**",
"!**/node_modules/**"
Expand Down

0 comments on commit e5ed5c2

Please sign in to comment.