File tree Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Expand file tree Collapse file tree 2 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : " airbnb" ,
2+ "extends" : " airbnb-base " ,
33 "plugins" : [
44 " html"
5- ]
6- }
5+ ],
6+ "settings" : {
7+ "import/resolver" : {
8+ "node" : {
9+ "extensions" : [" .js" , " .json" , " .vue" ]
10+ }
11+ }
12+ }
13+ }
Original file line number Diff line number Diff line change 1818 "babel-runtime" : " ^5.8.0" ,
1919 "css-loader" : " ^0.23.1" ,
2020 "eslint" : " ^2.8.0" ,
21- "eslint-config-airbnb" : " ^8 .0.0 " ,
21+ "eslint-config-airbnb-base " : " ^1 .0.4 " ,
2222 "eslint-plugin-html" : " ^1.4.0" ,
23- "eslint-plugin-import" : " ^1.6.0" ,
24- "eslint-plugin-jsx-a11y" : " ^1.0.3" ,
25- "eslint-plugin-react" : " ^5.0.1" ,
23+ "eslint-plugin-import" : " ^1.6.1" ,
2624 "extract-text-webpack-plugin" : " ^1.0.1" ,
2725 "file-loader" : " ^0.8.5" ,
2826 "html-webpack-plugin" : " ^2.16.0" ,
You can’t perform that action at this time.
0 commit comments