jonnybarnes.uk/.stylelintrc

8 lines
133 B
Text
Raw Normal View History

2016-06-20 22:11:12 +01:00
{
2022-01-08 18:40:34 +00:00
"extends": ["stylelint-config-standard"],
2016-06-20 22:11:12 +01:00
"rules": {
"indentation": 4,
"import-notation": "string"
2016-06-20 22:11:12 +01:00
}
}