Skip to content

Commit d2eb372

Browse files
committed
fix: support package installation method of pnpm
1 parent b35587a commit d2eb372

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,11 @@
3030
"workspaces": [
3131
"userscript",
3232
"builder"
33-
]
33+
],
34+
"devDependencies": {
35+
"@typescript-eslint/eslint-plugin": "^8.56.0",
36+
"@typescript-eslint/parser": "^8.56.0",
37+
"eslint": "^9.39.2",
38+
"typescript-eslint": "^8.56.0"
39+
}
3440
}

0 commit comments

Comments
 (0)