We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 240e6a8 commit c65954eCopy full SHA for c65954e
.eslintrc.js
@@ -15,6 +15,10 @@ module.exports = {
15
'plugin:n/recommended',
16
],
17
'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',
22
'n/no-unpublished-require': 'off',
23
'n/no-unsupported-features/es-syntax': 'off',
24
'indent': [
0 commit comments