chore: disable `NoImplicitReturns`, lint use eslint

Signed-off-by: Innei <i@innei.in>
This commit is contained in:
Innei 2024-09-04 18:46:50 +08:00
parent 03764dac0e
commit 6c8d1ab20f
No known key found for this signature in database
GPG Key ID: 0F62D33977F021F7
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
"noUnusedParameters": false,
"strict": true,
"baseUrl": ".",
"noImplicitReturns": false,
"paths": {
"@renderer/*": [
"src/renderer/src/*"