Skip to content

Commit 49e80a0

Browse files
committed
keep notes as simple as possible
1 parent 289cc1c commit 49e80a0

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,8 @@ can adapt.)
7676
- Make sure you don't accidentally make more tests fail: Run
7777
`deno test --parallel` before and after making changes to the code. Some tests
7878
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. If a lint
81-
rule is deemed unnecessary and more of an annoyance, open an [issue](#issue).
82-
We can remove lint rules.
79+
- Make use of linter: Run `deno lint`. If a lint rule is deemed unnecessary and
80+
more of an annoyance, open an [issue](#issue). We can remove lint rules.
8381

8482
As a thank you for contributing, you'll get a shout out in the changelog!
8583

0 commit comments

Comments
 (0)