File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
eslint-config-airbnb-base Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33 "version" : " 2.0.0" ,
44 "description" : " A mostly reasonable approach to JavaScript." ,
55 "scripts" : {
6- "preinstall" : " npm run install:config && npm run install:config:base" ,
6+ "preinstall" : " npm run install:config && npm run install:config:base" ,
77 "install:config" : " cd packages/eslint-config-airbnb && npm install" ,
88 "install:config:base" : " cd packages/eslint-config-airbnb-base && npm install" ,
99 "test" : " npm run --silent test:config && npm run --silent test:config:base" ,
Original file line number Diff line number Diff line change 4545 "devDependencies" : {
4646 "babel-tape-runner" : " ^1.3.1" ,
4747 "eslint" : " ^2.9.0" ,
48- "eslint-find-rules" : " ^1.7 .0" ,
48+ "eslint-find-rules" : " ^1.8 .0" ,
4949 "eslint-plugin-import" : " ^1.6.1" ,
5050 "tape" : " ^4.5.1"
5151 },
Original file line number Diff line number Diff line change 4848 "devDependencies" : {
4949 "babel-tape-runner" : " ^1.3.1" ,
5050 "eslint" : " ^2.9.0" ,
51- "eslint-find-rules" : " ^1.7 .0" ,
51+ "eslint-find-rules" : " ^1.8 .0" ,
5252 "eslint-plugin-import" : " ^1.6.1" ,
5353 "eslint-plugin-jsx-a11y" : " ^1.0.4" ,
5454 "eslint-plugin-react" : " ^5.0.1" ,
You can’t perform that action at this time.
0 commit comments