1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-06-30 13:41:45 +02:00
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
}
}