mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
6cb956b1ff
[web] Add Stylelint formatting to the CI GitOrigin-RevId: f31139f9f6f70aa96214b59db37ad1f79cd1e733
9 lines
236 B
JSON
9 lines
236 B
JSON
{
|
|
"extends": ["stylelint-config-standard-scss"],
|
|
"rules": {
|
|
"function-url-quotes": null,
|
|
"no-descending-specificity": null,
|
|
"scss/at-extend-no-missing-placeholder": null,
|
|
"scss/operator-no-newline-after": null
|
|
}
|
|
}
|