Skip to content

Commit

Permalink
update eslintrc
Browse files Browse the repository at this point in the history
- using "type" with Omit instead of "interface" doesn't work for some reason with docs-framework
  • Loading branch information
adamviktora committed Nov 22, 2024
1 parent 074fcda commit b979fe2
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 @@ -36,7 +36,6 @@
"@typescript-eslint/adjacent-overload-signatures": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/consistent-type-assertions": "error",
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
"@typescript-eslint/no-misused-new": "error",
"@typescript-eslint/no-namespace": "error",
"@typescript-eslint/no-require-imports": "off",
Expand Down

0 comments on commit b979fe2

Please sign in to comment.