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