UNPKG

ada

Version:

a simple frentend build tool

15 lines (14 loc) 282 B
module.exports = { extends: ['stylelint-config-standard', 'stylelint-config-recommended-scss'], processors: [ [ '@mapbox/stylelint-processor-arbitrary-tags', { fileFilterRegex: [/\.vue$/] } ] ], rules: { 'string-quotes': 'double' } }