feat: show message when loading the database
This commit is contained in:
parent
38091f2c1a
commit
3d49a25cae
12 changed files with 99 additions and 150 deletions
|
@ -44,6 +44,7 @@
|
|||
"noUnreachable": "error",
|
||||
"noUnreachableSuper": "error",
|
||||
"noUnsafeFinally": "error",
|
||||
"noUnusedImports": "error",
|
||||
"noUnsafeOptionalChaining": "error",
|
||||
"noUnusedLabels": "error",
|
||||
"noUnusedPrivateClassMembers": "error",
|
||||
|
@ -107,13 +108,7 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"ignore": [
|
||||
"dist/**/*.ts",
|
||||
"dist/**",
|
||||
"**/*.mjs",
|
||||
"eslint.config.js",
|
||||
"**/*.js"
|
||||
]
|
||||
"ignore": ["dist/**/*.ts", "dist/**", "**/*.mjs", "eslint.config.js", "**/*.js"]
|
||||
},
|
||||
"javascript": {
|
||||
"formatter": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue