diff --git a/webapp/stylelint.config.mjs b/webapp/stylelint.config.mjs index 9c639229..2bdd1df6 100644 --- a/webapp/stylelint.config.mjs +++ b/webapp/stylelint.config.mjs @@ -1,30 +1,35 @@ // stylelint.config.mjs export default { - // This applies standard CSS rules to the whole project by default extends: ["stylelint-config-standard"], overrides: [ { + // VUE FILES OVERRIDE files: ["**/*.vue"], customSyntax: "postcss-html", - // If you write