Skip to content

Commit 58ee137

Browse files
chrisdrackettgaearon
authored andcommitted
Add support for ignoreRestSiblings in no-unused-vars (facebook#1705)
* 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
1 parent 5a45de0 commit 58ee137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"css-loader": "0.26.1",
3838
"detect-port": "1.0.1",
3939
"dotenv": "2.0.0",
40-
"eslint": "3.8.1",
40+
"eslint": "3.16.1",
4141
"eslint-config-react-app": "^0.5.2",
4242
"eslint-loader": "1.6.3",
4343
"eslint-plugin-flowtype": "2.21.0",

0 commit comments

Comments
 (0)