stylelint-processor-arbitrary-tags
stylelint-processor-arbitrary-tags copied to clipboard
Does this processor supported SASS style?
The following error occurred when executing stylelint **/*.vue.
components/organisms/Navigation.vue
75:3 ✖ Unknown word CssSyntaxError
Line 75 is the 3rd line of this code.
<style scoped lang="sass">
.navbar
.navbar-brand
</style>
stylelint.config.js
module.exports = {
processors: ['@mapbox/stylelint-processor-arbitrary-tags'],
extends: [
'stylelint-config-standard',
'stylelint-config-sass-guidelines'
]
}
you can force synax: stylelint **/*.vue --syntax scss