Skip to content

Commit

Permalink
reduce severity of init-declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
dangowans committed Nov 14, 2024
1 parent bb3625d commit 20ddf18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const config = tseslint.config(eslint.configs.recommended, ...tseslint.co
}
}
],
'@typescript-eslint/init-declarations': 'warn',
'@typescript-eslint/no-extra-semi': 'off',
'@typescript-eslint/no-non-null-assertion': 'warn',
'@typescript-eslint/no-magic-numbers': [
Expand Down
1 change: 1 addition & 0 deletions eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const config = tseslint.config(
}
],

'@typescript-eslint/init-declarations': 'warn',
'@typescript-eslint/no-extra-semi': 'off',
'@typescript-eslint/no-non-null-assertion': 'warn',
'@typescript-eslint/no-magic-numbers': [
Expand Down

0 comments on commit 20ddf18

Please sign in to comment.