Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 4 linter warnings #1293

Closed
Half-Shot opened this issue Apr 15, 2021 · 0 comments · Fixed by #1301
Closed

Fix 4 linter warnings #1293

Half-Shot opened this issue Apr 15, 2021 · 0 comments · Fixed by #1301
Assignees

Comments

@Half-Shot
Copy link
Contributor

As per #1289

/home/jaller94/Git/matrix-appservice-irc/src/datastore/postgres/PgDataStore.ts
  133:43  warning  Unexpected any. Specify a different type  @typescript-eslint/no-explicit-any
  269:9   warning  'allowUnset' is defined but never used    @typescript-eslint/no-unused-vars
  499:49  warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion
  505:35  warning  Forbidden non-null assertion              @typescript-eslint/no-non-null-assertion
@Half-Shot Half-Shot changed the title Fix 4 linter warnins Fix 4 linter warnings Apr 15, 2021
@jaller94 jaller94 self-assigned this Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants