Skip to content

Commit 299ce5d

Browse files

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,8 @@ module.exports = {
139139
'@typescript-eslint/no-angle-bracket-type-assertion': 'error',
140140
'no-array-constructor': 'off',
141141
'@typescript-eslint/no-array-constructor': 'error',
142+
'no-empty-function': 'off',
143+
'@typescript-eslint/no-empty-function': 'error',
142144
'@typescript-eslint/no-empty-interface': [
143145
'error',
144146
{

0 commit comments

Comments
 (0)