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 ed6ea6f commit 46bfb2eCopy full SHA for 46bfb2e
readme.md
@@ -183,6 +183,14 @@ Specifying exceptions allows you to exclude specific scenarios from rule enforce
183
184
## Development Setup
185
186
+> This project optionally uses [Volta](https://volta.sh) to manage Node.js versions. Install Volta with:
187
+>
188
+> ```sh
189
+> curl https://get.volta.sh | bash
190
+> ```
191
192
+> Once installed, Volta will automatically use the Node.js version defined in `package.json`.
193
+
194
1. Clone the repo:
195
196
```bash
0 commit comments