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 = {
1010 browser : true ,
1111 } ,
1212 { { #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+ ] ,
1520 { { / i f _ e q } }
1621 { { #if_eq lintConfig "airbnb" } }
1722 // 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.
1824 extends : [ 'plugin:vue/essential' , 'airbnb-base' ] ,
1925 { { / if_eq} }
2026 { { #if_eq lintConfig "none" } }
2127 // 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.
2229 extends: [ 'plugin:vue/essential' ] ,
2330 { { / i f _ e q } }
2431 // required to lint *.vue files
You can’t perform that action at this time.
0 commit comments