You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESLint warning @typescript-eslint/no-unnecessary-condition in the following line of indexeddb.ts.
if(!db)db=awaitopenDatabase()
An implementation that defines db in a global variable may not be appropriate.
I would like to see it refactored so that the warning no longer appears.
Does the feature already exist? Please link to it.
No response
Are you willing to participate in fixing this issue and create a pull request with the fix?
None
The text was updated successfully, but these errors were encountered:
odendayoko
changed the title
indexeddb.tsでESLintの警告が出ているのでrefactorしたい
Refactor to resolve ESLint warning in indexeddb.tsOct 26, 2024
Provide the exact quote of the error or issue
ESLint warning
@typescript-eslint/no-unnecessary-condition
in the following line ofindexeddb.ts
.An implementation that defines
db
in a global variable may not be appropriate.I would like to see it refactored so that the warning no longer appears.
Does the feature already exist? Please link to it.
No response
Are you willing to participate in fixing this issue and create a pull request with the fix?
None
The text was updated successfully, but these errors were encountered: