Skip to content

Commit

Permalink
Docs: fix inaccuracy in npm run perf description (#9274)
Browse files Browse the repository at this point in the history
The documentation for `npm run perf` says that the perf script only enables rules from `eslint:recommended`. In fact, the perf script enables all core rules.
  • Loading branch information
not-an-aardvark committed Sep 9, 2017
1 parent cad45bd commit 4ae7ad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developer-guide/working-with-rules.md
Expand Up @@ -695,7 +695,7 @@ To keep the linting process efficient and unobtrusive, it is useful to verify th

### Overall Performance

The `npm run perf` command gives a high-level overview of ESLint running time with default rules (`eslint:recommended`) enabled.
When developing in the ESLint core repository, the `npm run perf` command gives a high-level overview of ESLint running time with all core rules enabled.

```bash
$ git checkout master
Expand Down

0 comments on commit 4ae7ad3

Please sign in to comment.