mirror of
https://github.com/super-linter/super-linter.git
synced 2024-12-22 12:42:09 -05:00
48b6b47700
Enable stylelint-config-recommended-scss by default when linting SCSS files.
10 lines
214 B
JSON
10 lines
214 B
JSON
{
|
|
"extends": ["stylelint-config-standard"],
|
|
"overrides": [
|
|
{
|
|
"extends": ["stylelint-config-recommended-scss"],
|
|
"files": ["*.scss", "**/*.scss"],
|
|
"customSyntax": "postcss-scss"
|
|
}
|
|
]
|
|
}
|