Skip to content

Commit

Permalink
fix: Update rules for new TS recommended (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
itajaja committed May 22, 2020
1 parent 466782a commit 015d1e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-config-4catalyzer-typescript/rules.js
Expand Up @@ -15,7 +15,7 @@ module.exports = {
'import/namespace': 'off',

// Allow explicit use.
'@typescript-eslint/ban-ts-ignore': 'off',
'@typescript-eslint/ban-ts-comment': 'off',
'@typescript-eslint/consistent-type-assertions': [
'error',
{
Expand All @@ -25,7 +25,7 @@ module.exports = {
},
],
// This seems too verbose.
'@typescript-eslint/explicit-function-return-type': 'off',
'@typescript-eslint/explicit-module-boundary-types': 'off',
// Allow explicit use.
'@typescript-eslint/no-explicit-any': 'off',
// Allow explicit use.
Expand Down

0 comments on commit 015d1e5

Please sign in to comment.