Skip to content

Commit

Permalink
feat(eslint): add more test folders
Browse files Browse the repository at this point in the history
  • Loading branch information
klarkc committed Jul 4, 2018
1 parent b499520 commit 82f4654
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
"devDependencies": [
"**/*.spec.js",
"__tests__/*.js",
"__mocks__/*.js",
"__snapshots__/*.js",
"test/**/*.js",
"gulp-tasks/**/*.js",
"jest.config.js",
Expand Down

0 comments on commit 82f4654

Please sign in to comment.