Skip to content

Commit

Permalink
updates eslint confing
Browse files Browse the repository at this point in the history
  • Loading branch information
Enngage committed Aug 15, 2024
1 parent 60c5586 commit e4d0d0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export default tseslint.config(eslint.configs.recommended, ...tseslint.configs.r
'@typescript-eslint/no-namespace': 'off',
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-assignment': 'off',
'@typescript-eslint/no-unsafe-argument': 'off',
'@typescript-eslint/no-empty-object-type': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/prefer-promise-reject-errors': 'off'
Expand Down
2 changes: 1 addition & 1 deletion tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@
"typeRoots": ["./node_modules/@types"],
"lib": ["ESNext", "dom"]
},
"include": ["lib/**/*", "test/**/*", "eslint.config.ts"],
"include": ["lib/**/*", "test/**/*", "eslint.config.mjs"],
"exclude": ["node_modules"]
}

0 comments on commit e4d0d0e

Please sign in to comment.