Files
dancefinder-app/stylelint.config.cjs
T

11 lines
241 B
JavaScript
Raw Normal View History

module.exports = {
customSyntax: 'postcss-html',
extends: [
'stylelint-config-standard',
2024-02-05 16:48:02 +01:00
'stylelint-config-recommended-vue',
],
// add your custom config here
// https://stylelint.io/user-guide/configuration
2024-02-05 16:48:02 +01:00
rules: {},
}