Skip to content

Commit

Permalink
Update init-declarations.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bradzacher committed Apr 20, 2020
1 parent de1544f commit af0a091
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/eslint-plugin/docs/rules/init-declarations.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Rule Details

This rule extends the base [`eslint/init-declarations`](https://eslint.org/docs/rules/init-declarations) rule.
It supports all options and features of the base rule.
It adds support for TypeScript's `declare` variables.

## How to use

Expand All @@ -19,8 +19,4 @@ It supports all options and features of the base rule.

See [`eslint/init-declarations` options](https://eslint.org/docs/rules/init-declarations#options).

## When Not To Use It

When you are indifferent as to how your variables are initialized.

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

0 comments on commit af0a091

Please sign in to comment.