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 9e8ef46
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,10 +61,10 @@ 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",
"@typescript-eslint/no-magic-numbers": "warn",
"@typescript-eslint/no-namespace": "warn",
"@typescript-eslint/no-non-null-assertion": "off",
// allow unused vars starting with `_` https://typescript-eslint.io/rules/no-unused-vars
Expand Down

0 comments on commit 9e8ef46

Please sign in to comment.