Skip to content

Commit

Permalink
Docs: remove outdated rule naming convention (#9925)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Feb 3, 2018
1 parent 3afaff6 commit 1aa1970
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/developer-guide/working-with-rules.md
Expand Up @@ -567,7 +567,6 @@ The rule naming conventions for ESLint are fairly simple:

* If your rule is disallowing something, prefix it with `no-` such as `no-eval` for disallowing `eval()` and `no-debugger` for disallowing `debugger`.
* If your rule is enforcing the inclusion of something, use a short name without a special prefix.
* Keep your rule names as short as possible, use abbreviations where appropriate, and no more than four words.
* Use dashes between words.

## Runtime Rules
Expand Down

0 comments on commit 1aa1970

Please sign in to comment.