mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
17 lines
396 B
Plaintext
17 lines
396 B
Plaintext
{
|
|
"extends": "stylelint-config-standard",
|
|
"rules": {
|
|
"indentation": 4,
|
|
"font-family-no-missing-generic-family-keyword": null,
|
|
"at-rule-no-unknown": [true, {
|
|
"ignoreAtRules": ["for", "function", "if", "each", "include", "mixin"]
|
|
}]
|
|
},
|
|
"ignoreFiles": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
"**/*.js",
|
|
"**/*.jsx"
|
|
]
|
|
}
|