mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 08:55:32 +02:00
chore(deps): reinstall packages and update pnpm lock
This commit is contained in:
parent
cc033a3f04
commit
ee79fbcf6e
2 changed files with 539 additions and 476 deletions
|
@ -4,6 +4,8 @@ pre-commit:
|
|||
prettier:
|
||||
priority: 1
|
||||
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,md,mdx,yaml,yml,json,html,css,astro}"
|
||||
exclude:
|
||||
- pnpm-lock.yaml
|
||||
run: |
|
||||
pnpm prettier {staged_files} --write --list-different
|
||||
stage_fixed: true
|
||||
|
@ -27,6 +29,7 @@ eslint:
|
|||
- dist/**
|
||||
- playwright-report/**
|
||||
- test-results/**
|
||||
- pnpm-lock.yaml
|
||||
run: |
|
||||
pnpm eslint {staged_files} --max-warnings=0 --fix --cache
|
||||
stage_fixed: true
|
||||
|
@ -35,6 +38,8 @@ cspell:
|
|||
commands:
|
||||
base:
|
||||
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,astro,json,yaml,yml,md,mdx}"
|
||||
exclude:
|
||||
- pnpm-lock.yaml
|
||||
run: |
|
||||
pnpm cspell {staged_files}
|
||||
stage_fixed: true
|
||||
|
|
1010
pnpm-lock.yaml
generated
1010
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue