We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6b2eff commit 8a0a0ddCopy full SHA for 8a0a0dd
packages/eslint-plugin/docs/rules/explicit-member-accessibility.md
@@ -154,7 +154,7 @@ There are three ways in which an override can be used.
154
155
#### Disallow the use of public on a given member
156
157
-e.g. `[ { overrides: { constructor: 'no-public' } } ]`
+e.g. `[ { overrides: { constructors: 'no-public' } } ]`
158
159
The following patterns are considered incorrect with the example override
160
0 commit comments