diff --git a/stylelint.config.js b/stylelint.config.js index 4216a96102a2a0571e93c1e86d3791caedb76b57..3d09218b83a7cd7b9af143841ff1fcf9c3d241e4 100644 --- a/stylelint.config.js +++ b/stylelint.config.js @@ -72,6 +72,7 @@ module.exports = { overrides: [ { files: ['*.vue', '**/*.vue', '*.html', '**/*.html'], + customSyntax: 'postcss-html', extends: ['stylelint-config-recommended', 'stylelint-config-html'], rules: { 'keyframes-name-pattern': null,