File tree Expand file tree Collapse file tree 2 files changed +14
-19
lines changed Expand file tree Collapse file tree 2 files changed +14
-19
lines changed Original file line number Diff line number Diff line change 11module . exports = {
2- "extends" : "airbnb-base" ,
3- "plugins" : [
4- "import"
5- ] ,
6- "rules" : {
7- "func-names" : "off" ,
2+ "extends" : "airbnb-base" ,
3+ "plugins" : [ "import" ] ,
4+ "rules" : {
5+ "func-names" : "off" ,
86
9- // support for node v4
10- "strict" : "off" ,
11- "prefer-rest-params" : "off" ,
12- "react/require-extension" : "off" ,
13- "import/no-extraneous-dependencies" : "off"
14- } ,
15- "env" : {
16- "jest" : true
7+ // support for node v4
8+ "strict" : "off" ,
9+ "prefer-rest-params" : "off" ,
10+ "react/require-extension" : "off" ,
11+ "import/no-extraneous-dependencies" : "off"
12+ } ,
13+ "env" : {
14+ "jest" : true
1715 }
1816} ;
Original file line number Diff line number Diff line change 3434 },
3535 "devDependencies" : {
3636 "coveralls" : " ^2.11.16" ,
37- "eslint" : " ^3.15.0" ,
38- "eslint-config-airbnb" : " ^14.1.0" ,
39- "eslint-config-airbnb-base" : " ^11.1.0" ,
37+ "eslint" : " ^3.19.0" ,
38+ "eslint-config-airbnb-base" : " ^11.2.0" ,
4039 "eslint-plugin-import" : " ^2.2.0" ,
41- "eslint-plugin-jsx-a11y" : " ^4.0.0" ,
42- "eslint-plugin-react" : " ^6.9.0" ,
4340 "jest" : " ^19.0.2" ,
4441 "sinon" : " ^1.17.7"
4542 }
You can’t perform that action at this time.
0 commit comments