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 5a18d23 commit 6d62baeCopy full SHA for 6d62bae
eslint.config.js
@@ -79,6 +79,7 @@ export default tseslint.config(
79
],
80
'@typescript-eslint/no-require-imports': 'off', // diabling until typescript rewrite
81
'@typescript-eslint/no-shadow': 'error',
82
+ '@typescript-eslint/no-empty-function': 'off', // disabling due to lots of functions defaulting to empty
83
'no-underscore-dangle': 'off',
84
'comma-dangle': ['error', 'always-multiline'],
85
'comma-style': ['error', 'last'],
0 commit comments