Skip to content

Commit b46069c

Browse files
authored
Merge pull request #73 from marimeireles/lint
Fixing linting
2 parents 1426c15 + ac59ddb commit b46069c

File tree

4 files changed

+274
-265
lines changed

4 files changed

+274
-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)