mirror of
https://github.com/zen-browser/www.git
synced 2025-07-07 17:05: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:
|
prettier:
|
||||||
priority: 1
|
priority: 1
|
||||||
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,md,mdx,yaml,yml,json,html,css,astro}"
|
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,md,mdx,yaml,yml,json,html,css,astro}"
|
||||||
|
exclude:
|
||||||
|
- pnpm-lock.yaml
|
||||||
run: |
|
run: |
|
||||||
pnpm prettier {staged_files} --write --list-different
|
pnpm prettier {staged_files} --write --list-different
|
||||||
stage_fixed: true
|
stage_fixed: true
|
||||||
|
@ -27,6 +29,7 @@ eslint:
|
||||||
- dist/**
|
- dist/**
|
||||||
- playwright-report/**
|
- playwright-report/**
|
||||||
- test-results/**
|
- test-results/**
|
||||||
|
- pnpm-lock.yaml
|
||||||
run: |
|
run: |
|
||||||
pnpm eslint {staged_files} --max-warnings=0 --fix --cache
|
pnpm eslint {staged_files} --max-warnings=0 --fix --cache
|
||||||
stage_fixed: true
|
stage_fixed: true
|
||||||
|
@ -35,6 +38,8 @@ cspell:
|
||||||
commands:
|
commands:
|
||||||
base:
|
base:
|
||||||
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,astro,json,yaml,yml,md,mdx}"
|
glob: "*.{js,cjs,mjs,jsx,ts,cts,mts,tsx,d.ts,astro,json,yaml,yml,md,mdx}"
|
||||||
|
exclude:
|
||||||
|
- pnpm-lock.yaml
|
||||||
run: |
|
run: |
|
||||||
pnpm cspell {staged_files}
|
pnpm cspell {staged_files}
|
||||||
stage_fixed: true
|
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