Skip to content

Commit c4c1a7f

Browse files
committed
feat: add @typescript-eslint/explicit-member-accessibility
BREAKING CHANGE: New rule introduced
1 parent adb164f commit c4c1a7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ export default typescriptESLint.config(
343343
"no-duplicate-imports": "off",
344344
"@typescript-eslint/consistent-type-imports": "error",
345345

346+
"@typescript-eslint/explicit-member-accessibility": "error",
346347
"@typescript-eslint/explicit-function-return-type": [
347348
"error",
348349
{

0 commit comments

Comments
 (0)