diff --git a/docs/developer-guide/working-with-rules.md b/docs/developer-guide/working-with-rules.md index 82bfb94e96c..5295946f556 100644 --- a/docs/developer-guide/working-with-rules.md +++ b/docs/developer-guide/working-with-rules.md @@ -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