File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -76,10 +76,8 @@ can adapt.)
76
76
- Make sure you don't accidentally make more tests fail: Run
77
77
` deno test --parallel ` before and after making changes to the code. Some tests
78
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. 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.
83
81
84
82
As a thank you for contributing, you'll get a shout out in the changelog!
85
83
You can’t perform that action at this time.
0 commit comments