|
@@ -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"]
|
|
|
};
|