Skip to content

docs(eslint-plugin): mention member-delimiter-style in semi #715

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion packages/eslint-plugin/docs/rules/semi.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,16 @@
# require or disallow semicolons instead of ASI (semi)

This rule enforces consistent use of semicolons.
This rule enforces consistent use of semicolons after statements.

## Rule Details

This rule extends the base [eslint/semi](https://eslint.org/docs/rules/semi) rule.
It supports all options and features of the base rule.
This version adds support for numerous typescript features.

See also the [@typescript-eslint/member-delimiter-style](member-delimiter-style.md) rule,
which allows you to specify the delimiter for `type` and `interface` members.

## How to use

```cjson
Expand Down