8000 docs: update docs directory in working-with-rules (#15830) · eslint/eslint@9a90abf · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a90abf

Browse files
authored
docs: update docs directory in working-with-rules (#15830)
1 parent 810adda commit 9a90abf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/developer-guide/working-with-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Each rule in ESLint has three files named with its identifier (for example, `no-
1111

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

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

0 commit comments

Comments
 (0)
0