stylelint/.stylelintrc

7 lines
84 B
Text
Raw Normal View History

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