quiz/stylelint.config.js
2025-01-17 19:37:44 +05:00

11 lines
239 B
JavaScript

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