Skip to content

Commit

Permalink
Bump eslint and eslint-config-standard-react to remove an overridden …
Browse files Browse the repository at this point in the history
…rule
  • Loading branch information
louh committed Sep 18, 2016
1 parent e11dd2f commit e869f2a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .eslintrc.json
Expand Up @@ -13,8 +13,5 @@
"mocha": true
},
"plugins": ["react"],
"extends": ["standard", "standard-react"],
"rules": {
"react/jsx-no-bind": [2, { "ignoreRefs": true }]
}
"extends": ["standard", "standard-react"]
}
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -82,9 +82,9 @@
"winston": "2.2.0"
},
"devDependencies": {
"eslint": "3.4.0",
"eslint": "3.5.0",
"eslint-config-standard": "6.0.0",
"eslint-config-standard-react": "4.0.0",
"eslint-config-standard-react": "4.0.1",
"eslint-plugin-promise": "2.0.1",
"eslint-plugin-react": "6.2.0",
"eslint-plugin-standard": "2.0.0",
Expand Down

0 comments on commit e869f2a

Please sign in to comment.