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": {
|
"linter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"rules": {
|
"rules": {
|
||||||
"recommended": true
|
"recommended": true,
|
||||||
|
"suspicious": {
|
||||||
|
"noExplicitAny": "off"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"javascript": {
|
"javascript": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user