Remove stylelint
This commit is contained in:
@@ -7,7 +7,6 @@ module.exports = {
|
|||||||
"globals": {
|
"globals": {
|
||||||
"google": true
|
"google": true
|
||||||
},
|
},
|
||||||
// the ts-eslint recommended ruleset sets the parser so we need to set it back
|
|
||||||
parser: 'vue-eslint-parser',
|
parser: 'vue-eslint-parser',
|
||||||
parserOptions: {
|
parserOptions: {
|
||||||
ecmaVersion: 2020,
|
ecmaVersion: 2020,
|
||||||
|
|||||||
@@ -1,15 +0,0 @@
|
|||||||
module.exports = {
|
|
||||||
extends: 'stylelint-config-standard',
|
|
||||||
plugins: ['stylelint-scss', 'stylelint-order'],
|
|
||||||
ignoreFiles: ['node_modules/**', 'src/assets/font/**', 'src/assets/style/reset.css'],
|
|
||||||
rules: {
|
|
||||||
'at-rule-no-unknown': [
|
|
||||||
true,
|
|
||||||
{
|
|
||||||
ignoreAtRules: ['extends', 'ignores', 'include', 'mixin', 'if', 'else', 'media', 'for'],
|
|
||||||
},
|
|
||||||
],
|
|
||||||
'order/order': ['custom-properties', 'declarations'],
|
|
||||||
'order/properties-order': ['width', 'height'],
|
|
||||||
},
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user