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 9920e4a commit a5702e8Copy full SHA for a5702e8
.eslintrc.js
@@ -22,6 +22,7 @@ module.exports = {
22
rules: {
23
'no-dupe-class-members': 'off',
24
'no-unused-vars': 'off',
25
+ '@typescript-eslint/explicit-module-boundary-types': 'off',
26
'@typescript-eslint/no-unused-vars': 'off',
27
'@typescript-eslint/no-use-before-define': 'off',
28
'node/no-missing-import': 'error',
0 commit comments