From 6da84874e3ab42906ff0fc164d6367bc25f49af9 Mon Sep 17 00:00:00 2001 From: Pavel <19418601+rakleed@users.noreply.github.com> Date: Sat, 30 Nov 2024 00:42:30 +0300 Subject: [PATCH] docs: add `Development` section in README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d7c10bb5..e4fed36a 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,11 @@ The default settings don't conflict, and Prettier plugins can quickly fix up ord These rules only run on `package.json` files; they will ignore all other files being linted. They can lint `package.json` files at project root and in any subfolder of the project, making this plugin great for monorepos. +## Development + +See [`.github/CONTRIBUTING.md`](./.github/CONTRIBUTING.md), then [`.github/DEVELOPMENT.md`](./.github/DEVELOPMENT.md). +Thanks! 💖 + ## Contributors