Skip to content

Commit

Permalink
docs(eslint-plugin): typo in the configs README (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahendraramesh authored and bradzacher committed Dec 2, 2019
1 parent 96ef1e7 commit 065393b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/src/configs/README.md
Expand Up @@ -8,7 +8,7 @@ TODO when all config is added.

## eslint-recommended

The `eslint-recommended` ruleset is meant to be used after extending `eslint:recommended`. It disables rules that are already checked by the Typescript compiler and enables rules that promote using more the more modern constructs Typescript allows for.
The `eslint-recommended` ruleset is meant to be used after extending `eslint:recommended`. It disables rules that are already checked by the Typescript compiler and enables rules that promote using the more modern constructs Typescript allows for.

```cjson
{
Expand Down

0 comments on commit 065393b

Please sign in to comment.