Skip to content

Commit

Permalink
chore: allow ts-ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Aug 12, 2022
1 parent e5f66c5 commit 0e23108
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Expand Up @@ -9,6 +9,7 @@
"@typescript-eslint/no-unused-vars": 0,
"@typescript-eslint/no-explicit-any": 0,
"@typescript-eslint/no-var-requires": 0,
"@typescript-eslint/ban-ts-comment": 0,
"no-use-before-define": 0
}
}

0 comments on commit 0e23108

Please sign in to comment.