From cbe7d7e04096231d962a08cbb100fbb40ccfda79 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20Poduszl=C3=B3?= <14854048+kripod@users.noreply.github.com> Date: Wed, 1 Jan 2025 07:38:22 +0100 Subject: [PATCH] docs: link presets section early --- .changeset/sixty-seals-obey.md | 5 +++++ README.md | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/sixty-seals-obey.md diff --git a/.changeset/sixty-seals-obey.md b/.changeset/sixty-seals-obey.md new file mode 100644 index 0000000..19a7a68 --- /dev/null +++ b/.changeset/sixty-seals-obey.md @@ -0,0 +1,5 @@ +--- +"@kripod/eslint-config": patch +--- + +docs: link presets section early diff --git a/README.md b/README.md index 8c05d8c..d965afe 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ pnpm add -D @kripod/eslint-config pnpm add -D eslint globals ``` -Set up ESLint: +Set up ESLint with [presets documented below](#presets): ```js // eslint.config.js