-
I've followed the docs about setting biome up with lint-staged but am not sure it's working correctly. When lint-staged runs, I see the following output:
It seems like:
I have the following in my package.json:
|
Beta Was this translation helpful? Give feedback.
Answered by
viveleroi
Jan 20, 2024
Replies: 1 comment 3 replies
-
It's possible we made a mistake. Can you try with just one |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It needs to use commas, which showed in your example but I originally missed - but the docs show pipes so they are wrong.
"*.{js,ts,cjs,mjs,d.mts,jsx,tsx,json,jsonc}"