We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95493c commit ac9bf6bCopy full SHA for ac9bf6b
.pre-commit-config.yaml
@@ -14,9 +14,9 @@ repos:
14
hooks:
15
- id: eslint
16
name: eslint
17
- entry: bash -c "cd browser-extension && npm run lint"
+ entry: bash -c "cd browser-extension && npm install -g pnpm@latest-10 && pnpm install && pnpm lint"
18
language: node
19
- id: format
20
name: format
21
- entry: bash -c "cd browser-extension && npm run format:check"
+ entry: bash -c "cd browser-extension && npm install -g pnpm@latest-10 @@ pnpm install && pnpm format:check"
22
0 commit comments