1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2025-01-21 10:27:25 +01:00

fix: relax @typescript-eslint/unbound-method

This commit is contained in:
Théo LUDWIG 2025-01-15 15:07:07 +01:00
parent 42ae3ffe33
commit fe7fddca13
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -363,7 +363,6 @@ export default typescriptESLint.config(
],
"@typescript-eslint/method-signature-style": "error",
"@typescript-eslint/unbound-method": "error",
"@typescript-eslint/naming-convention": [
"error",