You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/eslint-plugin/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ Pro Tip: For larger codebases you may want to consider splitting our linting int
102
102
|[`@typescript-eslint/consistent-type-assertions`](./docs/rules/consistent-type-assertions.md)| Enforces consistent usage of type assertions |:heavy_check_mark:|||
103
103
|[`@typescript-eslint/consistent-type-definitions`](./docs/rules/consistent-type-definitions.md)| Consistent with type definition either `interface` or `type`||:wrench:||
104
104
|[`@typescript-eslint/explicit-function-return-type`](./docs/rules/explicit-function-return-type.md)| Require explicit return types on functions and class methods |:heavy_check_mark:|||
105
-
|[`@typescript-eslint/explicit-member-accessibility`](./docs/rules/explicit-member-accessibility.md)| Require explicit accessibility modifiers on class properties and methods ||||
105
+
|[`@typescript-eslint/explicit-member-accessibility`](./docs/rules/explicit-member-accessibility.md)| Require explicit accessibility modifiers on class properties and methods ||:wrench:||
106
106
|[`@typescript-eslint/explicit-module-boundary-types`](./docs/rules/explicit-module-boundary-types.md)| Require explicit return and argument types on exported functions' and classes' public class methods ||||
107
107
|[`@typescript-eslint/member-delimiter-style`](./docs/rules/member-delimiter-style.md)| Require a specific member delimiter style for interfaces and type literals |:heavy_check_mark:|:wrench:||
108
108
|[`@typescript-eslint/member-ordering`](./docs/rules/member-ordering.md)| Require a consistent member declaration order ||||
0 commit comments