1
0
Fork 0
faetale/stylelint.config.js
2021-12-24 22:14:52 -06:00

11 lines
274 B
JavaScript

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