mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-11-13 16:45:12 +01:00
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-css-modules",
|
|
"./node_modules/prettier-stylelint/config.js"
|
|
],
|
|
"syntax": "scss",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"number-leading-zero": "never"
|
|
}
|
|
}
|