upload-apollo-client/app/.stylelintrc.json
2022-05-20 11:05:33 +10:00

13 lines
230 B
JSON

{
"extends": ["stylelint-config-recommended"],
"rules": {
"max-nesting-depth": 0,
"rule-empty-line-before": [
"always",
{
"except": ["after-single-line-comment", "first-nested"]
}
]
}
}