Skip to content

Commit

Permalink
Merge pull request #42 from daum1820/master
Browse files Browse the repository at this point in the history
Update plugins and lock file
  • Loading branch information
diogoazevedos committed Mar 1, 2024
2 parents 6545027 + eff11c3 commit 8db0a2e
Show file tree
Hide file tree
Showing 3 changed files with 1,075 additions and 795 deletions.
3 changes: 3 additions & 0 deletions configs/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ module.exports = {
'@typescript-eslint/no-duplicate-type-constituents': 'error',
'@typescript-eslint/no-unsafe-enum-comparison': 'error',
'@typescript-eslint/class-methods-use-this': 'error',
'@typescript-eslint/no-array-delete': 'error',
'@typescript-eslint/prefer-find': 'error',
'@typescript-eslint/prefer-promise-reject-errors': 'error',
'prefer-destructuring': 'off',
'@typescript-eslint/prefer-destructuring': [
'error',
Expand Down

0 comments on commit 8db0a2e

Please sign in to comment.