Skip to content

Commit

Permalink
docs(eslint-plugin): [no-extraneous-class] fix option keys (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara authored and bradzacher committed May 24, 2019
1 parent 6cf4b9f commit cca1714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/eslint-plugin/docs/rules/no-extraneous-class.md
Expand Up @@ -50,9 +50,9 @@ const StaticOnly = {

This rule accepts a single object option.

- `constructorOnly: true` will silence warnings about classes containing only a constructor.
- `allowConstructorOnly: true` will silence warnings about classes containing only a constructor.
- `allowEmpty: true` will silence warnings about empty classes.
- `staticOnly: true` will silence warnings about classes containing only static members.
- `allowStaticOnly: true` will silence warnings about classes containing only static members.

## When Not To Use It

Expand Down

0 comments on commit cca1714

Please sign in to comment.