Skip to content

Commit

Permalink
Remove key duplicate
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Jan 8, 2025
1 parent b2f08ef commit a443afc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ export default [
"@typescript-eslint/no-array-constructor": "error",
"@typescript-eslint/no-empty-object-type": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-explicit-any": "error",
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-non-null-assertion": "error",
Expand Down

0 comments on commit a443afc

Please sign in to comment.