From f213fa3931d066e50c0be6802dcb17ba2a0d9d8b Mon Sep 17 00:00:00 2001 From: Rodrigo Pedra Brum Date: Sat, 17 Nov 2018 02:08:09 -0200 Subject: [PATCH] add instruction about the linter on contribution guide --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0ec452586..1c8473ce8 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ In order to add a new rule, you should: - Write test scenarios & implement logic - Describe the rule in the generated `docs` file - Make sure all tests are passing +- Run `npm run lint` and fix any errors - Run `npm run update` in order to update readme and recommended configuration - Create PR and link created issue in description