Skip to content

Commit

Permalink
Re-enable the consistent-type-definitions rule
Browse files Browse the repository at this point in the history
  • Loading branch information
swansontec committed Oct 27, 2022
1 parent 25596dc commit 9a96dff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
},
"plugins": ["simple-import-sort"],
"rules": {
"@typescript-eslint/consistent-type-definitions": "off",
"@typescript-eslint/default-param-last": "off",
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-dynamic-delete": "off",
Expand Down

0 comments on commit 9a96dff

Please sign in to comment.