We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7653ab commit a49bd7dCopy full SHA for a49bd7d
1 file changed
package.json
@@ -1,5 +1,8 @@
1
{
2
"packageManager": "pnpm@10.33.3+sha512.a19744364a7e248b92657a4ca5973f9354d21caf982579674b1c539f32c7420c47138ad8b1254df07aba9bc782d9b3029e3db34d5dbff974326eb74dac8ff489",
3
+ "engines": {
4
+ "node": ">=22.22.1"
5
+ },
6
"scripts": {
7
"format": "prettier --write --ignore-unknown --log-level=warn . && autocorrect --fix .",
8
"lint": "eslint . --no-error-on-unmatched-pattern && pnpm run --filter '*' lint && prettier --check --ignore-unknown .",
0 commit comments