Skip to content

Commit 6d62bae

Browse files
committed
remove no-empty-function rule
1 parent 5a18d23 commit 6d62bae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ export default tseslint.config(
7979
],
8080
'@typescript-eslint/no-require-imports': 'off', // diabling until typescript rewrite
8181
'@typescript-eslint/no-shadow': 'error',
82+
'@typescript-eslint/no-empty-function': 'off', // disabling due to lots of functions defaulting to empty
8283
'no-underscore-dangle': 'off',
8384
'comma-dangle': ['error', 'always-multiline'],
8485
'comma-style': ['error', 'last'],

0 commit comments

Comments
 (0)