mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-14 09:05:17 +01:00
14 lines
282 B
Plaintext
14 lines
282 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-css-modules",
|
|
"stylelint-config-recommended-scss",
|
|
"./node_modules/prettier-stylelint/config.js"
|
|
],
|
|
"syntax": "scss",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"number-leading-zero": "never"
|
|
}
|
|
}
|