Allow static only classes and make Health.check() no longer async
This commit is contained in:
parent
85da5b630f
commit
c9ba6a6cc5
3 changed files with 6 additions and 3 deletions
|
|
@ -20,6 +20,9 @@
|
|||
"recommended": true,
|
||||
"suspicious": {
|
||||
"noUnknownAtRules": "off"
|
||||
},
|
||||
"complexity": {
|
||||
"noStaticOnlyClass": "off"
|
||||
}
|
||||
},
|
||||
"domains": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue