mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-12-09 14:40:27 +08:00
chore: 删除会自动安装的stylelint插件依赖
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
"stylelint-config-html/vue",
|
||||
"stylelint-config-recess-order"
|
||||
],
|
||||
plugins: ["stylelint-order", "stylelint-prettier", "stylelint-scss"],
|
||||
plugins: ["stylelint-scss", "stylelint-order", "stylelint-prettier"],
|
||||
overrides: [
|
||||
{
|
||||
files: ["**/*.(css|html|vue)"],
|
||||
@@ -24,6 +24,7 @@ module.exports = {
|
||||
}
|
||||
],
|
||||
rules: {
|
||||
"prettier/prettier": true,
|
||||
"selector-class-pattern": null,
|
||||
"no-descending-specificity": null,
|
||||
"scss/dollar-variable-pattern": null,
|
||||
@@ -83,5 +84,5 @@ module.exports = {
|
||||
{ severity: "warning" }
|
||||
]
|
||||
},
|
||||
ignoreFiles: ["**/*.js", "**/*.ts", "**/*.jsx", "**/*.tsx"]
|
||||
ignoreFiles: ["**/*.js", "**/*.ts", "**/*.jsx", "**/*.tsx", "report.html"]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user