File tree Expand file tree Collapse file tree 3 files changed +15
-21
lines changed Expand file tree Collapse file tree 3 files changed +15
-21
lines changed Original file line number Diff line number Diff line change @@ -26,9 +26,7 @@ module.exports = {
2626 // 'plugin:vue/strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
2727 // 'plugin:vue/recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
2828
29- 'plugin:quasar/standard' ,
30-
31- 'standard'
29+ 'plugin:quasar/standard'
3230
3331 ] ,
3432
@@ -57,10 +55,10 @@ module.exports = {
5755 'one-var' : 'off' ,
5856
5957 'import/first' : 'off' ,
60- 'import/named' : 'error' ,
61- 'import/namespace' : 'error' ,
62- 'import/default' : 'error' ,
63- 'import/export' : 'error' ,
58+ // 'import/named': 'error',
59+ // 'import/namespace': 'error',
60+ // 'import/default': 'error',
61+ // 'import/export': 'error',
6462 'import/extensions' : 'off' ,
6563 'import/no-unresolved' : 'off' ,
6664 'import/no-extraneous-dependencies' : 'off' ,
Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ module.exports = {
3030 // 'plugin:vue/strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
3131 // 'plugin:vue/recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
3232
33- 'plugin:quasar/standard' ,
34-
35- 'standard'
33+ 'plugin:quasar/standard'
3634 ] ,
3735
3836 // required to lint *.vue files
@@ -61,10 +59,10 @@ module.exports = {
6159 'one-var' : 'off' ,
6260
6361 'import/first' : 'off' ,
64- 'import/named' : 'error' ,
65- 'import/namespace' : 'error' ,
66- 'import/default' : 'error' ,
67- 'import/export' : 'error' ,
62+ // 'import/named': 'error',
63+ // 'import/namespace': 'error',
64+ // 'import/default': 'error',
65+ // 'import/export': 'error',
6866 'import/extensions' : 'off' ,
6967 'import/no-unresolved' : 'off' ,
7068 'import/no-extraneous-dependencies' : 'off' ,
Original file line number Diff line number Diff line change @@ -30,9 +30,7 @@ module.exports = {
3030 // 'plugin:vue/strongly-recommended', // Priority B: Strongly Recommended (Improving Readability)
3131 // 'plugin:vue/recommended', // Priority C: Recommended (Minimizing Arbitrary Choices and Cognitive Overhead)
3232
33- 'plugin:quasar/standard' ,
34-
35- 'standard'
33+ 'plugin:quasar/standard'
3634 ] ,
3735
3836 // required to lint *.vue files
@@ -61,10 +59,10 @@ module.exports = {
6159 'one-var' : 'off' ,
6260
6361 'import/first' : 'off' ,
64- 'import/named' : 'error' ,
65- 'import/namespace' : 'error' ,
66- 'import/default' : 'error' ,
67- 'import/export' : 'error' ,
62+ // 'import/named': 'error',
63+ // 'import/namespace': 'error',
64+ // 'import/default': 'error',
65+ // 'import/export': 'error',
6866 'import/extensions' : 'off' ,
6967 'import/no-unresolved' : 'off' ,
7068 'import/no-extraneous-dependencies' : 'off' ,
You can’t perform that action at this time.
0 commit comments