Add the following options:
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
.
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
.