2022-08-03 18:40:05 +02:00
|
|
|
module.exports = {
|
|
|
|
|
customSyntax: 'postcss-html',
|
|
|
|
|
extends: [
|
|
|
|
|
'stylelint-config-standard',
|
2024-02-02 14:46:42 +01:00
|
|
|
'stylelint-config-recommended-vue'
|
2022-08-03 18:40:05 +02:00
|
|
|
],
|
|
|
|
|
// add your custom config here
|
|
|
|
|
// https://stylelint.io/user-guide/configuration
|
2024-02-02 14:46:42 +01:00
|
|
|
rules: {}
|
2022-08-03 18:40:05 +02:00
|
|
|
}
|