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-typescript/README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -62,6 +62,7 @@ This guarantees 100% compatibility between the plugin and the parser.
62
62
|[`typescript/explicit-function-return-type`](./docs/rules/explicit-function-return-type.md)| Require explicit return types on functions and class methods |||
63
63
|[`typescript/explicit-member-accessibility`](./docs/rules/explicit-member-accessibility.md)| Require explicit accessibility modifiers on class properties and methods (`member-access` from TSLint) |||
64
64
|[`typescript/generic-type-naming`](./docs/rules/generic-type-naming.md)| Enforces naming of generic type variables |||
65
+
|[`typescript/indent`](./docs/rules/indent.md)| Enforce consistent indentation (`indent` from TSLint) |:heavy_check_mark:|:wrench:|
65
66
|[`typescript/interface-name-prefix`](./docs/rules/interface-name-prefix.md)| Require that interface names be prefixed with `I` (`interface-name` from TSLint) |||
66
67
|[`typescript/member-delimiter-style`](./docs/rules/member-delimiter-style.md)| Require a specific member delimiter style for interfaces and type literals ||:wrench:|
67
68
|[`typescript/member-naming`](.
10000
/docs/rules/member-naming.md)| Enforces naming conventions for class members by visibility. |||
0 commit comments