biome cant find paths with () #5041
Peterpunk19
started this conversation in
General
Replies: 1 comment
-
You're passing a path with quotes, which means Biome will receive a path with quotes, that's why it can't find any file. You need to pass the file without quotes and escape |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
using nextjs 15
npx @biomejs/biome format "src/app/(protected)/admin/employees/create/form-employees/steps/FormHiringData.tsx"
Checked 0 files in 561µs. No fixes applied.
internalError/io ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
✖ No files were processed in the specified paths.
Beta Was this translation helpful? Give feedback.
All reactions