Skip to content

Commit

Permalink
Add support for ignoreRestSiblings in no-unused-vars (facebook#1705)
Browse files Browse the repository at this point in the history
* updating eslint to 3.16.1

* add support for ignoreRestSiblings in eslint

http://eslint.org/docs/rules/no-unused-vars#ignorerestsiblings

* updating eslint to 3.16.1 in `react-scripts`

* updating eslint

* missing `^`

* missing ^

* pinning main eslint and updating readme

* Pin ESLint version
  • Loading branch information
chrisdrackett authored and gaearon committed Mar 5, 2017
1 parent 5a45de0 commit 58ee137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"css-loader": "0.26.1",
"detect-port": "1.0.1",
"dotenv": "2.0.0",
"eslint": "3.8.1",
"eslint": "3.16.1",
"eslint-config-react-app": "^0.5.2",
"eslint-loader": "1.6.3",
"eslint-plugin-flowtype": "2.21.0",
Expand Down

0 comments on commit 58ee137

Please sign in to comment.