1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-08-01 17:38:38 +00:00

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
No known key found for this signature in database
GPG key ID: 77D3B7DC794EB770
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: {