Skip to content

Commit 6d9aba0

Browse files
committed
📝 (@coven/rules) add example in README.md.
1 parent 8aab3cf commit 6d9aba0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

‎@coven/rules/README.md‎

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ ESLint.
2727
- `coven/no-try`: Dissallow `try` blocks.
2828
- `coven/no-while`: Dissallow `while` loops.
2929

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+
3041
## Other links
3142

3243
- [Coverage](https://app.codecov.io/github/covenengineering/libraries).

0 commit comments

Comments
 (0)