Skip to content

Commit

Permalink
eslint: removed enforced types
Browse files Browse the repository at this point in the history
  • Loading branch information
Egge21M committed Dec 4, 2024
1 parent ea91e93 commit 9275473
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 @@ -10,7 +10,6 @@

"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/consistent-type-definitions": ["warn", "type"],
"@typescript-eslint/array-type": ["error", { "default": "generic" }],
"require-await": "off",
"@typescript-eslint/require-await": "error",
Expand Down

0 comments on commit 9275473

Please sign in to comment.