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

Commit

Permalink
Add ESLint in test script
Browse files Browse the repository at this point in the history
  • Loading branch information
syossan27 committed Mar 3, 2017
1 parent 460a0b8 commit 8bfe427
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"parserOptions": {
"ecmaVersion": 6
"ecmaVersion": 8
},
"comma-dangle": ["error", "never"]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Recognizes certain classes of webpack errors and cleans, aggregates and prioritizes them to provide a better Developer Experience",
"main": "index.js",
"scripts": {
"test": "jest"
"test": "eslint --ignore-pattern test/* & jest"
},
"files": [
"src",
Expand Down

0 comments on commit 8bfe427

Please sign in to comment.