Skip to content

Commit

Permalink
docs: update docs directory in working-with-rules (#15830)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed May 3, 2022
1 parent 810adda commit 9a90abf
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/rules` directory: a Markdown documentation file (for example, `no-extra-semi`)
* in the `docs/src/rules` directory: a Markdown documentation file (for example, `no-extra-semi.md`)

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

Expand Down

0 comments on commit 9a90abf

Please sign in to comment.