mirror of
https://github.com/open-webui/docs.git
synced 2025-12-12 07:29:49 +07:00
Add stylelint config
This commit is contained in:
11
.stylelintrc.json
Normal file
11
.stylelintrc.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"extends": ["stylelint-config-standard", "stylelint-config-html/html"],
|
||||
"rules": {
|
||||
"at-rule-no-unknown": [
|
||||
true,
|
||||
{
|
||||
"ignoreAtRules": ["tailwind"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user