Skip to content

Commit

Permalink
chore(repo): Allow @ts-expect-error comments
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Feb 25, 2022
1 parent e5c2620 commit cfc238d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ module.exports = {
'@typescript-eslint/no-unsafe-member-access': 'off',
'@typescript-eslint/no-unsafe-return': 'off',
'@typescript-eslint/restrict-template-expressions': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'simple-import-sort/imports': 'error',
},
};

0 comments on commit cfc238d

Please sign in to comment.