Skip to content

Commit

Permalink
Revert "docs: update docs directory in working-with-rules (eslint#15830
Browse files Browse the repository at this point in the history
…)"

This reverts commit 327ca9f.
  • Loading branch information
srijan-deepsource committed May 30, 2022
1 parent bba61c8 commit 4065559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/developer-guide/working-with-rules.md
Expand Up @@ -11,7 +11,7 @@ Each rule in ESLint has three files named with its identifier (for example, `no-

* in the `lib/rules` directory: a source file (for example, `no-extra-semi.js`)
* in the `tests/lib/rules` directory: a test file (for example, `no-extra-semi.js`)
* in the `docs/src/rules` directory: a Markdown documentation file (for example, `no-extra-semi.md`)
* in the `docs/rules` directory: a Markdown documentation file (for example, `no-extra-semi`)

**Important:** If you submit a **core** rule to the ESLint repository, you **must** follow some conventions explained below.

Expand Down

0 comments on commit 4065559

Please sign in to comment.