mirror of
https://github.com/open-webui/docs.git
synced 2026-07-18 12:45:18 -04:00
Add stylelint config
This commit is contained in:
@@ -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