1
0
mirror of https://github.com/kremalicious/blog.git synced 2024-06-26 03:06:25 +02:00
blog/.stylelintrc

14 lines
275 B
Plaintext
Raw Normal View History

2018-07-11 17:56:13 +02:00
{
"extends": [
"stylelint-config-standard",
"stylelint-config-css-modules",
"./node_modules/prettier-stylelint/config.js"
],
"syntax": "scss",
"rules": {
"indentation": 4,
2018-07-21 22:44:50 +02:00
"number-leading-zero": "never",
"at-rule-no-unknown": null
2018-07-11 17:56:13 +02:00
}
}