upload-apollo-client/app/.stylelintrc.json

13 lines
264 B
JSON

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