jonnybarnes.uk/.stylelintrc

7 lines
126 B
Text
Raw Normal View History

2016-06-20 22:11:12 +01:00
{
2020-02-21 23:04:18 +00:00
"extends": ["stylelint-config-standard", "stylelint-a11y/recommended"],
2016-06-20 22:11:12 +01:00
"rules": {
"indentation": 4
}
}