hyper-mac-pro/.stylelintrc

7 lines
119 B
Plaintext
Raw Normal View History

2017-05-10 01:55:44 +02:00
{
2017-05-12 18:10:49 +02:00
"extends": "stylelint-config-standard",
2017-05-10 01:55:44 +02:00
"rules": {
"indentation": 4,
2017-05-12 18:10:49 +02:00
"number-leading-zero": "never"
2017-05-10 01:55:44 +02:00
}
}