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 8aab3cf commit 6d9aba0Copy full SHA for 6d9aba0
1 file changed
‎@coven/rules/README.md‎
@@ -27,6 +27,17 @@ ESLint.
27
- `coven/no-try`: Dissallow `try` blocks.
28
- `coven/no-while`: Dissallow `while` loops.
29
30
+## Example
31
+
32
+To use this from deno, update `deno.json`'s `lint` property and add the
33
+following:
34
35
+```json
36
+{
37
+ "plugins": ["jsr:@coven/rules"]
38
+}
39
+```
40
41
## Other links
42
43
- [Coverage](https://app.codecov.io/github/covenengineering/libraries).
0 commit comments