1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-06-28 16:47:43 +02:00
hyper-mac-pro/.stylelintrc

7 lines
119 B
Plaintext

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 4,
"number-leading-zero": "never"
}
}