1
0
mirror of https://github.com/kremalicious/hyper-mac-pro.git synced 2024-11-22 09:47:20 +01:00
hyper-mac-pro/.stylelintrc

7 lines
119 B
Plaintext

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