Skip to content

Commit

Permalink
feat(rules): Set @typescript-eslint/ban-types to warn
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazmi35 committed Aug 15, 2021
1 parent ca92277 commit c579330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ module.exports = {
"@typescript-eslint/await-thenable": "off",
"@typescript-eslint/ban-ts-comments": "off",
"@typescript-eslint/ban-tslint-comment": "warn",
"@typescript-eslint/ban-types": "error",
"@typescript-eslint/ban-types": "warn",
"brace-style": "off",
"@typescript-eslint/brace-style": ["error", "1tbs", {
allowSingleLine: true
Expand Down

0 comments on commit c579330

Please sign in to comment.