Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 550 Bytes

ROADMAP.md

File metadata and controls

20 lines (12 loc) · 550 Bytes

Project Roadmap

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.

Might do

Wont do