Skip to content

Commit

Permalink
Do not lint stuff that ts can lint
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinMol committed May 4, 2020
1 parent 5ffa642 commit 823896d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions configs/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,7 @@ module.exports = {
],
'one-var-declaration-per-line': ['error'],
'no-return-await': ['error'],
'jsdoc/no-undefined-types': 'off',
'jsdoc/check-types': 'off',
},
};

0 comments on commit 823896d

Please sign in to comment.