Skip to content
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.

Commit

Permalink
test: Ignore files from linting
Browse files Browse the repository at this point in the history
  • Loading branch information
bengourley committed May 20, 2019
1 parent 78fdffa commit 5e20406
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@
"ignore": [
"node_modules",
"example",
"coverage"
"coverage",
"test/fixtures",
"scratch"
],
"env": [
"jest"
Expand Down

0 comments on commit 5e20406

Please sign in to comment.