mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
refactor: 🚨 Turn on a few more linter rules
This commit is contained in:
parent
c1dcdc78ae
commit
2eb0509fd3
1 changed files with 3 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue