chore: turn explicitly any declare check off to better focusing on other issues
This commit is contained in:
parent
4def8050a1
commit
afff93196a
|
@ -19,7 +19,10 @@
|
|||
"linter": {
|
||||
"enabled": true,
|
||||
"rules": {
|
||||
"recommended": true
|
||||
"recommended": true,
|
||||
"suspicious": {
|
||||
"noExplicitAny": "off"
|
||||
}
|
||||
}
|
||||
},
|
||||
"javascript": {
|
||||
|
|
Loading…
Reference in New Issue
Block a user