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 b76fe03 commit 3e0ec7fCopy full SHA for 3e0ec7f
.config/.lintstagedrc.json
@@ -2,5 +2,6 @@
2
"*.md": "markdownlint --config .config/.markdown-lint.yml --fix",
3
"test/fixtures/*.css": "pnpm run build:docs",
4
"*.{js,ts,tsx,jsx,mjs,cjs}": "pnpm run lint:xo --fix",
5
- "pnpm-lock.yaml": "pnpm audit --fix"
+ "pnpm-lock.yaml": "pnpm audit --fix",
6
+ "package.json": "pnpm install --lockfile-only --ignore-scripts"
7
}
.husky/pre-push
0 commit comments