Skip to content

Commit

Permalink
feat: add @typescript-eslint/explicit-member-accessibility
Browse files Browse the repository at this point in the history
BREAKING CHANGE: New rule introduced
  • Loading branch information
theoludwig committed Nov 23, 2024
1 parent adb164f commit c4c1a7f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand Down

0 comments on commit c4c1a7f

Please sign in to comment.