Skip to content

Commit 7a37f24

Browse files
authored
fix(node): Отключит правило "no-empty-interface" (#79)
1 parent 5b1f816 commit 7a37f24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

node.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@ module.exports = {
4343
'node/prefer-global/url': 'error',
4444
'node/prefer-promises/dns': 'error',
4545
'node/prefer-promises/fs': 'error',
46+
// Typescript
47+
// ------------------------------------------
48+
'@typescript-eslint/no-empty-interface': 'off',
4649
}
4750
};

0 commit comments

Comments
 (0)