Skip to content

Commit

Permalink
feat(eslint-config-typescript): turn off the useless rules of typescript
Browse files Browse the repository at this point in the history
  • Loading branch information
trylovetom committed Feb 29, 2020
1 parent 6062bdd commit eb07a94
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/ESLintConfigTypeScript/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
"ts": "never",
"tsx": "never"
}
]
],
"@typescript-eslint/interface-name-prefix": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "off"
}
}

0 comments on commit eb07a94

Please sign in to comment.