Skip to content

Commit

Permalink
fix: use typescript-eslint/no-useless-constructor (#116)
Browse files Browse the repository at this point in the history
* fix: use typescript-eslint/no-useless-constructor

* fix: linting
  • Loading branch information
mdonnalley authored Feb 2, 2024
1 parent a059f02 commit 8ccacac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ module.exports = {
argsIgnorePattern: '^_',
},
],
'@typescript-eslint/no-useless-constructor': 'error',
'@typescript-eslint/no-var-requires': 'off',
'import/no-unresolved': 'error',
'no-unused-expressions': 'off',
'no-useless-constructor': 'off',
'node/no-missing-import': 'off',
'node/no-unsupported-features/es-syntax': 'off',
'perfectionist/sort-classes': [
Expand Down

0 comments on commit 8ccacac

Please sign in to comment.