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 cf44c47 commit 5afb449Copy full SHA for 5afb449
1 file changed
docs/guides/getting-started.md
@@ -24,6 +24,8 @@ bun add -d @commitlint/cli @commitlint/config-conventional
24
25
```sh [deno]
26
deno add -D npm:@commitlint/cli npm:@commitlint/config-conventional
27
+# Deno 2 only: create a local node_modules directory for Node.js module resolution
28
+deno install --node-modules-dir=auto
29
```
30
31
:::
0 commit comments