mirror of
https://github.com/open-webui/docs
synced 2025-06-16 11:28:36 +00:00
Add stylelint config
This commit is contained in:
parent
1f032c2954
commit
c02fd889dd
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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user