How to extract Prettier/ESLint config from a source file, without a .prettierrc file (or any other config file)?
Is there a way to analyze a file and clone its config? I have been formatting my files with deno fmt
, and now I want to clone its config into Prettier because it’s a requirement in another project.