telegram-tt/.stylelintrc.json
Alexander Zinchuk 5aa591eab5 [Dev] Introduce stylelint (#1706)
Co-authored-by: Alexander Zinchuk <alx.zinchuk@gmail.com>
Co-authored-by: Anton Korenskoy <anton@korenskoy.ru>
2022-02-11 15:13:07 +01:00

7 lines
109 B
JSON

{
"extends": "stylelint-config-recommended-scss",
"rules": {
"no-descending-specificity": null
}
}