Skip to content

Commit

Permalink
Revert "Add linter rules for explicit type imports and exports"
Browse files Browse the repository at this point in the history
This reverts commit 592318c.
  • Loading branch information
VincentSmedinga committed Jan 24, 2024
1 parent 592318c commit a5cc150
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.ts.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
{
"rules": {
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
"@typescript-eslint/consistent-type-exports": ["error", { "fixMixedExportsWithInlineTypeSpecifier": false }],
"@typescript-eslint/consistent-type-imports": "error"
"@typescript-eslint/consistent-type-definitions": ["error", "type"]
}
}

0 comments on commit a5cc150

Please sign in to comment.