Skip to content

Commit

Permalink
refactor: 🧽
Browse files Browse the repository at this point in the history
  • Loading branch information
enisdenjo committed Sep 5, 2020
1 parent 0d17f51 commit 2d87059
Show file tree
Hide file tree
Showing 2 changed files with 246 additions and 251 deletions.
6 changes: 6 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,11 @@ module.exports = {
rules: {
// unused vars will be handled by the TS compiler
'@typescript-eslint/no-unused-vars': 'off',
'@typescript-eslint/ban-ts-comment': [
'error',
{
'ts-expect-error': 'allow-with-description',
},
],
},
};
Loading

0 comments on commit 2d87059

Please sign in to comment.