Skip to content

Commit

Permalink
docs: Enhance CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Mar 22, 2021
1 parent 2ebfc13 commit c1fcea6
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit c1fcea6

Please sign in to comment.