Skip to content

Commit c65954e

Browse files
authored
fix
1 parent 240e6a8 commit c65954e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ module.exports = {
1515
'plugin:n/recommended',
1616
],
1717
'rules': {
18+
'@typescript-eslint/no-unsafe-call': 'off',
19+
'@typescript-eslint/no-unsafe-assignment': 'off',
20+
'@typescript-eslint/no-unsafe-return': 'off',
21+
'@typescript-eslint/no-unsafe-member-access': 'off',
1822
'n/no-unpublished-require': 'off',
1923
'n/no-unsupported-features/es-syntax': 'off',
2024
'indent': [

0 commit comments

Comments
 (0)