From 9ee70a890337f8cc73350e20f1fe467bd9deb4e5 Mon Sep 17 00:00:00 2001 From: Yudai NAKATA Date: Tue, 5 Sep 2023 00:09:14 +0900 Subject: [PATCH] docs: explain how to start working on a new rule --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 5e0c6bd..ea0efd5 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,11 @@ Enable the plugin in the `plugins` section, and configure rules according to you +## Contribution + +When you add a new lint rule, please run `npm run new-rule`. +This will scaffold source, test, and documentation files. + ## License This package is distributed under the MIT License.