mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 00:18:19 +01:00
refactor: 🚨 Turn on a few more linter rules
This commit is contained in:
parent
c1dcdc78ae
commit
2eb0509fd3
|
|
@ -76,7 +76,9 @@
|
|||
"noUselessEscapeInRegex": "warn",
|
||||
"noUselessStringRaw": "warn",
|
||||
"useAdjacentOverloadSignatures": "warn",
|
||||
"useExplicitType": "warn"
|
||||
"useExplicitType": "warn",
|
||||
"useGuardForIn": "warn",
|
||||
"useTrimStartEnd": "warn"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue