From 52cf0be0a01c29066b796517ee3a99c7f3186722 Mon Sep 17 00:00:00 2001 From: Milos Djermanovic Date: Sun, 1 May 2022 23:32:24 +0200 Subject: [PATCH] docs: update docs directory in working-with-rules --- docs/src/developer-guide/working-with-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/developer-guide/working-with-rules.md b/docs/src/developer-guide/working-with-rules.md index f1330ac1296..0a2d202cf98 100644 --- a/docs/src/developer-guide/working-with-rules.md +++ b/docs/src/developer-guide/working-with-rules.md @@ -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.