1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-12-18 21:45:04 +01:00

feat: add @typescript-eslint/explicit-member-accessibility

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2024-11-23 15:44:42 +01:00
parent adb164f604
commit c4c1a7f5dd
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -343,6 +343,7 @@ export default typescriptESLint.config(
"no-duplicate-imports": "off",
"@typescript-eslint/consistent-type-imports": "error",
"@typescript-eslint/explicit-member-accessibility": "error",
"@typescript-eslint/explicit-function-return-type": [
"error",
{