Skip to content

Commit

Permalink
chore(deps): upgrade eslint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds committed Sep 2, 2016
1 parent 6d89500 commit 5f37e2e
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"commitizen": "^2.8.6",
"cz-conventional-changelog": "^1.2.0",
"eslint": "^3.1.1",
"eslint-config-kentcdodds": "^10.0.1",
"eslint-config-kentcdodds": "^10.1.0",
"husky": "0.11.7",
"jest-cli": "15.1.0",
"nodemon": "1.10.2",
Expand All @@ -51,11 +51,9 @@
},
"eslintConfig": {
"extends": [
"kentcdodds"
],
"env": {
"jest": true
}
"kentcdodds",
"kentcdodds/jest"
]
},
"jest": {
"cacheDirectory": "./node_modules/.cache",
Expand Down

0 comments on commit 5f37e2e

Please sign in to comment.