stylelint/.stylelintrc
2019-11-11 13:30:12 +01:00

6 lines
84 B
Text

{
"extends": "stylelint-config-standard",
"rules": {
"indentation": 2
}
}