stylelint-config-standard-scss added for stylelint SCSS handling

This commit is contained in:
Simounet
2023-06-06 22:43:34 +02:00
parent ee3738dc6a
commit 5f8948d5a1
3 changed files with 30 additions and 2 deletions

View File

@ -1,5 +1,5 @@
module.exports = {
extends: ['stylelint-config-standard'],
extends: ['stylelint-config-standard-scss'],
customSyntax: require('postcss-scss'),
plugins: ['stylelint-scss'],
rules: {