We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d504b0 commit 7611ba2Copy full SHA for 7611ba2
CONTRIBUTING.md
@@ -77,7 +77,9 @@ can adapt.)
77
`deno test --parallel` before and after making changes to the code. Some tests
78
may already be failing.
79
- Make use of linter: Run `deno lint`. You can run `deno lint --watch` which
80
- will auto-reload the stdout whenever you have fixed a linting issue.
+ will auto-reload the stdout whenever you have fixed a linting issue. If a lint
81
+ rule is deemed unnecessary and more of an annoyance, open an [issue](#issue).
82
+ We can remove lint rules.
83
84
As a thank you for contributing, you'll get a shout out in the changelog!
85
0 commit comments