Releases: prettier/prettier-vscode
Releases · prettier/prettier-vscode
0.17.1
0.17.0
0.16.0
Minor
- New
eslintIntegration
(boolean: false)
Use https://github.com/prettier/prettier-eslint
Basically runseslint --fix
after prettier and infers prettier's settings from eslint's config.
Wanna share some project config 😄
Thanks to @kentcdodds, @robwise, @ls-guillaume-lambert for their help.
0.15.1
0.15.0
0.14.0
0.13.1
0.13.0
0.12.0
Use local prettier
prettier-vscode
will now look for a prettier version installed locally in the project's node_modules before falling back to the prettier bundled with this extension.
All credit for the development goes to @CiGit