Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
[fixed] updated eslint-plugin-react dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
thealjey committed Feb 20, 2016
1 parent 0434266 commit 15b6f67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ rules:
react/jsx-no-duplicate-props: 2
react/jsx-no-undef: 2
react/jsx-pascal-case: 2
react/jsx-space-before-closing: 2
react/jsx-uses-vars: 2
react/no-danger: 2
react/no-deprecated: 2
Expand Down Expand Up @@ -59,6 +60,7 @@ rules:
lodash/prop-shorthand: 2
lodash/matches-prop-shorthand: 2
lodash/matches-shorthand: 2
lodash/no-extra-args: 2
lodash/preferred-alias: 2
lodash/prefer-reject: 2
lodash/prefer-filter: 2
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@
"babel-preset-stage-2": "^6.5.0",
"babel-runtime": "^6.5.0",
"cheerio": "^0.20.0",
"eslint": "^2.1.0",
"eslint": "^2.2.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-flow-vars": "^0.1.3",
"eslint-plugin-lodash": "^1.0.5",
"eslint-plugin-react": "^3.16.1",
"eslint-plugin-lodash": "^1.0.6",
"eslint-plugin-react": "^4.0.0",
"fb-watchman": "^1.9.0",
"ink-docstrap": "^1.1.1",
"js-yaml": "^3.5.3",
Expand Down

0 comments on commit 15b6f67

Please sign in to comment.