Skip to content

Commit

Permalink
Add typescript/no-unused-vars rule to documentation (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverJAsh authored and JamesHenry committed Jan 17, 2019
1 parent 9ee1bfc commit 4667709
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-plugin-typescript/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ Then configure the rules you want to use under the rules section.
* `typescript/prefer-namespace-keyword` - enforces the use of the keyword `namespace` over `module` to declare custom TypeScript modules.
* `typescript/no-type-literal` - disallows the use of type aliases.
* `typescript/member-ordering` - enforces a standard member declaration order.
* `typescript/no-unused-vars` - prevents TypeScript-specific constructs from being erroneously flagged as unused

0 comments on commit 4667709

Please sign in to comment.