Fix docs
Lint / lint (push) Successful in 2m2s
Test build / test-build (pull_request) Successful in 2m27s

This commit is contained in:
Julien Valverdé
2026-07-26 02:07:53 +02:00
parent 0af88596fe
commit 7982a568f7
2 changed files with 15 additions and 0 deletions
+10
View File
@@ -4,5 +4,15 @@
"extends": "//",
"files": {
"includes": ["./src/**"]
},
"linter": {
"rules": {
"complexity": {
"noImportantStyles": "off"
},
"style": {
"noDescendingSpecificity": "off"
}
}
}
}