Skip to content

Commit

Permalink
chore: add back some of the eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
FRSgit committed Nov 29, 2024
1 parent 9e27d83 commit 2960940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions engineering-toolkit/eslint-config/src/typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export function typescript(config, ...overrides) {
"@typescript-eslint/explicit-module-boundary-types": "warn",
"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-empty-object-type": "off",
"@typescript-eslint/no-empty-object-type": "warn",
"@typescript-eslint/no-explicit-any": "warn",
"@typescript-eslint/no-inferrable-types": "warn",
"@typescript-eslint/no-magic-numbers": "off",
Expand All @@ -85,7 +85,7 @@ export function typescript(config, ...overrides) {
],
"@typescript-eslint/prefer-function-type": "warn",
"default-param-last": "off",
"no-magic-numbers": "off",
"no-magic-numbers": "warn",
"no-use-before-define": "off",
"no-unused-vars": "off",
"prefer-promise-reject-errors": "off",
Expand Down

0 comments on commit 2960940

Please sign in to comment.