1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-11-15 01:25:28 +01:00
blog/.stylelintrc

14 lines
282 B
Plaintext
Raw Normal View History

2018-07-11 17:56:13 +02:00
{
"extends": [
"stylelint-config-standard",
"stylelint-config-css-modules",
2018-07-18 23:04:01 +02:00
"stylelint-config-recommended-scss",
2018-07-11 17:56:13 +02:00
"./node_modules/prettier-stylelint/config.js"
],
"syntax": "scss",
"rules": {
"indentation": 4,
"number-leading-zero": "never"
}
}