1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-05-18 12:02:33 +02:00

style: fix prettier

This commit is contained in:
Théo LUDWIG 2025-05-10 20:50:44 +02:00
parent f45ab1dcbb
commit 8953d875b5
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -349,7 +349,7 @@ export default typescriptESLint.config(
"no-useless-constructor": "off", "no-useless-constructor": "off",
"@typescript-eslint/no-useless-constructor": "error", "@typescript-eslint/no-useless-constructor": "error",
'@typescript-eslint/no-unnecessary-type-conversion': 'error', "@typescript-eslint/no-unnecessary-type-conversion": "error",
"@typescript-eslint/no-unnecessary-template-expression": "error", "@typescript-eslint/no-unnecessary-template-expression": "error",
"@typescript-eslint/adjacent-overload-signatures": "error", "@typescript-eslint/adjacent-overload-signatures": "error",