mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
chore: format:fix should apply on the same files than format:check (#1125)
This commit is contained in:
parent
9a1739be1f
commit
adb882b8a0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
"test:watch": "vitest watch",
|
||||
"watch": "node scripts/watch.cjs",
|
||||
"format:check": "prettier --check '{extensions,packages,tests,types}/**/*.{ts,svelte}' 'extensions/*/scripts/build.js' 'website/*.js' 'website/src/**/*.{css,tsx}'",
|
||||
"format:fix": "prettier --write '{extensions,packages,tests,types}/**/*.{ts,svelte}' 'extensions/*/scripts/build.js' 'website/src/**/*.{css,tsx}'",
|
||||
"format:fix": "prettier --write '{extensions,packages,tests,types}/**/*.{ts,svelte}' 'extensions/*/scripts/build.js' 'website/*.js' 'website/src/**/*.{css,tsx}'",
|
||||
"lint:check": "eslint . --ext js,ts,tsx",
|
||||
"lint:fix": "eslint . --fix --ext js,ts,tsx",
|
||||
"svelte:check": "svelte-check",
|
||||
|
|
|
|||
Loading…
Reference in a new issue