We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cddcea commit f95493cCopy full SHA for f95493c
.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 lint"
+ entry: bash -c "cd browser-extension && npm run lint"
18
language: node
19
- id: format
20
name: format
21
- entry: bash -c "cd browser-extension && npm format:check"
+ entry: bash -c "cd browser-extension && npm run format:check"
22
0 commit comments