mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 08:28: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",
|
"noUselessEscapeInRegex": "warn",
|
||||||
"noUselessStringRaw": "warn",
|
"noUselessStringRaw": "warn",
|
||||||
"useAdjacentOverloadSignatures": "warn",
|
"useAdjacentOverloadSignatures": "warn",
|
||||||
"useExplicitType": "warn"
|
"useExplicitType": "warn",
|
||||||
|
"useGuardForIn": "warn",
|
||||||
|
"useTrimStartEnd": "warn"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue