Skip to content

Commit

Permalink
Updating eslint and keystone config
Browse files Browse the repository at this point in the history
  • Loading branch information
JedWatson committed Nov 15, 2016
1 parent d892c5e commit 4b0de1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"keystone"
"keystone-react"
],
"rules": {
"react/jsx-no-bind": 0
Expand Down
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,9 +101,10 @@
"core-assert": "0.2.1",
"disc": "1.3.2",
"enzyme": "2.5.1",
"eslint": "2.13.1",
"eslint-config-keystone": "2.4.0",
"eslint-plugin-react": "5.2.2",
"eslint": "3.10.1",
"eslint-config-keystone": "3.0.0",
"eslint-config-keystone-react": "1.0.0",
"eslint-plugin-react": "6.7.1",
"istanbul": "0.4.5",
"keystone-email": "1.0.5",
"keystone-nightwatch-e2e": "0.1.15",
Expand Down

0 comments on commit 4b0de1d

Please sign in to comment.