add --path
to biome migrate eslint|prettier
to specify config file
#5263
DerTimonius
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am currently in the process of migrating a monorepo from eslint to Biome and since our eslint config lives in a shared internal package,
biome migrate eslint
does not correctly detect it.Adding the
--path
option for themigrate
command could help where the user has to specify where the config file is located.A similar option should also be possible for prettier.
Open questions
I would be open to give the implementation a shot, but it might take some time 😅
Beta Was this translation helpful? Give feedback.
All reactions