mirror of
https://github.com/kuohuanhuan/x-markdown-css.git
synced 2024-11-25 06:18:19 +00:00
chore(lint): use @kuohuanhuan/stylelint-config
as Stylelint config
This commit is contained in:
19
.stylelintrc
19
.stylelintrc
@ -1,21 +1,4 @@
|
||||
{
|
||||
"ignoreDisables": true,
|
||||
"extends": [
|
||||
"stylelint-config-standard-scss",
|
||||
"stylelint-config-hudochenkov/order"
|
||||
],
|
||||
"plugins": ["stylelint-scss"],
|
||||
"rules": {
|
||||
"alpha-value-notation": "number",
|
||||
"at-rule-empty-line-before": null,
|
||||
"block-no-empty": true,
|
||||
"color-named": "never",
|
||||
"color-hex-case": "lower",
|
||||
"import-notation": null,
|
||||
"max-nesting-depth": 5,
|
||||
"no-invalid-position-at-import-rule": null,
|
||||
"number-leading-zero": "never",
|
||||
"property-no-vendor-prefix": true,
|
||||
"rule-empty-line-before": null
|
||||
}
|
||||
"extends": "@kuohuanhuan/stylelint-config"
|
||||
}
|
||||
|
Reference in New Issue
Block a user