Skip to content

Commit

Permalink
fix: wrong eslintconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
rhiokim committed Mar 14, 2017
1 parent 2f95547 commit 5f15894
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -14,10 +14,7 @@
"commitmsg": "npm run lint:msg"
},
"eslintConfig": {
"extends": [
"eslint:recommended",
"google"
]
"extends": "standard"
},
"config": {
"validate-commit-msg": {
Expand Down

0 comments on commit 5f15894

Please sign in to comment.