File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ module.exports = {
5
5
extends : 'standard' ,
6
6
{ { / i f _ e q } }
7
7
{ { #if_eq lintConfig "airbnb" } }
8
- extends : 'airbnb/ base' ,
8
+ extends : 'airbnb- base' ,
9
9
{ { / i f _ e q } }
10
10
// required to lint *.vue files
11
11
plugins : [
Original file line number Diff line number Diff line change 29
29
"connect-history-api-fallback" : " ^1.1.0" ,
30
30
"css-loader" : " ^0.23.0" ,
31
31
{{#lint }}
32
- "eslint" : " ^2.0.0 " ,
33
- "eslint-friendly-formatter" : " ^1.2.2 " ,
32
+ "eslint" : " ^2.10.2 " ,
33
+ "eslint-friendly-formatter" : " ^2.0.5 " ,
34
34
"eslint-loader" : " ^1.3.0" ,
35
35
"eslint-plugin-html" : " ^1.3.0" ,
36
36
{{#if_eq lintConfig "standard" }}
39
39
"eslint-plugin-standard" : " ^1.3.2" ,
40
40
{{/if_eq }}
41
41
{{#if_eq lintConfig "airbnb" }}
42
- "eslint-config-airbnb" : " ^6.2.0" ,
42
+ "eslint-config-airbnb-base" : " ^3.0.1" ,
43
+ "eslint-plugin-import" : " ^1.8.1" ,
43
44
{{/if_eq }}
44
45
{{/lint }}
45
46
"eventsource-polyfill" : " ^0.9.6" ,
You can’t perform that action at this time.
0 commit comments