Releases: prettier/prettier-eslint
Releases · prettier/prettier-eslint
v8.7.1
8.7.1 (2018-01-08)
Bug Fixes
- Revert "feat: Don't run prettier twice if eslint-plugin-prettier is installed" (f628bef)
v8.7.0
8.7.0 (2017-12-28)
Features
- Don't run prettier twice if eslint-plugin-prettier is installed (9945683)
v8.6.2
8.6.2 (2017-12-26)
Bug Fixes
- Add missing babel-runtime dependency (df33c3b)
v8.6.1
8.6.1 (2017-12-26)
Bug Fixes
v8.6.0
8.6.0 (2017-12-22)
Features
- perf: Remove unfixable rules (bed4374)
- Support inferring config from eslint-plugin-prettier (5bd3684)
v8.5.0
8.5.0 (2017-12-21)
Features
- Only use "local" modules for formatting (49b762b)
v8.4.0
8.4.0 (2017-12-19)
Features
- prettier: Forward text to prettier (251cc91)
This will let prettier choose the parser based on filetype if filePath
was provided.
This also means that prettier-eslint should support all new languages being added
to prettier, without or with minor changes.
v8.3.1
8.3.1 (2017-12-13)
Bug Fixes
- Move babel-core to devDependencies (73ac167), closes #146
v8.3.0
8.3.0 (2017-12-12)
Bug Fixes
Features
- Add support for arrowParens (7c457e5)
- infer jsxBracketSameLine from eslint config (59ef52b), closes #151
v8.2.6
8.2.6 (2017-12-12)
Bug Fixes
- add support for missing prettier option jsxBracketSameLine (a5f3d98)