File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ module.exports = {
11
11
} ,
12
12
{ { #if_eq lintConfig "standard" } }
13
13
// https://github.com/standard/standard/blob/master/docs/RULES-en.md
14
- extends: [ 'plugin:vue/recommended ' , 'standard' ] ,
14
+ extends: [ 'plugin:vue/essential ' , 'standard' ] ,
15
15
{ { / i f _ e q } }
16
16
{ { #if_eq lintConfig "airbnb" } }
17
17
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
18
- extends : [ 'plugin:vue/recommended ' , 'airbnb-base' ] ,
18
+ extends : [ 'plugin:vue/essential ' , 'airbnb-base' ] ,
19
19
{ { / if_eq} }
20
20
{ { #if_eq lintConfig "none" } }
21
21
// https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention
22
- extends: [ 'plugin:vue/recommended ' ] ,
22
+ extends: [ 'plugin:vue/essential ' ] ,
23
23
{ { / i f _ e q } }
24
24
// required to lint *.vue files
25
25
plugins : [
You can’t perform that action at this time.
0 commit comments