Project Roadmap
May 11, 2025 ยท View on GitHub
Want to do
Add the following options:
--eslint-config-path
By default prettier-eslint will search for the relevant config for each file. You can bypass
this by providing the path to your eslint configuration file with --eslint-config-path.
--prettier-options-path
By default prettier-eslint will determine the prettierOptions to use based on the eslintConfig.
If you'd like to provide options explicitly, you can provide a path to a .json file with
--prettier-options-path.