Skip to content

Commit

Permalink
Update eslint config so it should pass
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fuller committed Jun 16, 2017
1 parent 4351936 commit 846e65b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"jsx-a11y/no-static-element-interactions": [0],
"react/no-find-dom-node": [0],
"react/jsx-closing-bracket-location": [0],
"react/jsx-filename-extension": ["error", {"extensions": [".js"]}]
"react/jsx-filename-extension": ["error", {"extensions": [".js"]}],
"react/require-default-props": 0
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"coveralls": "^2.13.1",
"cross-env": "^5.0.1",
"envify": "^3.4.1",
"eslint": "^3.9.1",
"eslint-config-airbnb": "latest",
"eslint-plugin-import": "^2.1.0",
"eslint-plugin-jsx-a11y": "^2.2.3",
"eslint-plugin-react": "^6.6.0",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"eslint-plugin-jsx-a11y": "^5.0.3",
"eslint-plugin-react": "^7.1.0",
"expect": "^1.20.2",
"gitbook-cli": "^2.3.0",
"istanbul-instrumenter-loader": "0.2.0",
Expand Down

0 comments on commit 846e65b

Please sign in to comment.