module.exports = {
customSyntax: 'postcss-html',
extends: [
'stylelint-config-recommended',
'stylelint-config-recommended-vue',
'stylelint-config-prettier',
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
rules: {},
};