From c1fcea64f2645cae9b8da77c11202feea063169e Mon Sep 17 00:00:00 2001 From: Benedikt Franke Date: Mon, 22 Mar 2021 16:56:04 +0100 Subject: [PATCH] docs: Enhance CONTRIBUTING.md --- CONTRIBUTING.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e9b9a6e..d5a0552 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,8 +1,7 @@ -# error vs. warning +# Resources -Always use `error` for enabled rules, never `warning`. -If the rule is too strict in some cases, violations should be addressed where -they occur instead of spamming the lint output. +- https://eslint.org/docs/developer-guide/working-with-plugins +- https://www.npmjs.com/package/@typescript-eslint/experimental-utils # Commit Messages