Skip to content

Commit 9511791

Browse files
committed
Fixing linting
1 parent 1426c15 commit 9511791

File tree

4 files changed

+273
-265
lines changed

4 files changed

+273
-265
lines changed

.eslintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ module.exports = {
2020
'@typescript-eslint/no-explicit-any': 'off',
2121
'@typescript-eslint/no-namespace': 'off',
2222
'@typescript-eslint/no-use-before-define': 'off',
23+
"@typescript-eslint/ban-ts-comment": "off",
24+
"@typescript-eslint/ban-ts-ignore": "off",
2325
'@typescript-eslint/quotes': [
2426
'error',
2527
'single',

0 commit comments

Comments
 (0)