Skip to content

Commit

Permalink
doc(eslint.config): update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
chohner committed Jan 9, 2025
1 parent 83a6f9e commit 42e135e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -134,12 +134,10 @@ export default tseslint.config(
"warn",
{ argsIgnorePattern: "^_", varsIgnorePattern: "^_" },
],

// TODO: to be enabled later
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
"@typescript-eslint/array-type": ["warn", { default: "array-simple" }],

// fix/reevaluate
// enable gradually for full type safety
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/no-unsafe-call": "off",
Expand Down

0 comments on commit 42e135e

Please sign in to comment.