ce0042945f
1. Support style check: stylelint 2. Add stylelint check in lint-staged husky 2. Update styles Change-Id: Id793b0936e4c3ea27ddef0df794d5b711880599f
16 lines
360 B
JSON
16 lines
360 B
JSON
{
|
|
"extends": [
|
|
"stylelint-config-standard",
|
|
"stylelint-config-css-modules",
|
|
"stylelint-config-rational-order",
|
|
"stylelint-config-prettier"
|
|
],
|
|
"customSyntax": "postcss-less",
|
|
"plugins": ["stylelint-order"],
|
|
"rules": {
|
|
"no-descending-specificity": null,
|
|
"at-rule-no-unknown": null,
|
|
"color-function-notation": "legacy"
|
|
}
|
|
}
|