Skip to content

Commit

Permalink
docs(eslint-plugin): [padding-line-between-statements] clarify accept…
Browse files Browse the repository at this point in the history
…ed options (#4092)
  • Loading branch information
gebsh committed Nov 11, 2021
1 parent 75edff6 commit d4ab138
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ This rule extends the base [`eslint/padding-line-between-statements`](https://es

See [`eslint/padding-line-between-statements` options](https://eslint.org/docs/rules/padding-line-between-statements#options).

**Note** - In addition to options provided by ESLint, we have also added options for `interface` and `type`.
In addition to options provided by ESLint, `interface` and `type` can be used as statement types.

**Note:** ESLint `cjs-export` and `cjs-import` statement types are renamed to `exports` and `require` respectively.

<sup>Taken with ❤️ [from ESLint core](https://github.com/eslint/eslint/blob/master/docs/rules/padding-line-between-statements.md)</sup>

Expand Down

0 comments on commit d4ab138

Please sign in to comment.