prettylint
Version:
Run Prettier as a linter
31 lines (18 loc) • 1.06 kB
Markdown
# Changelog
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
# [2.0.0](https://github.com/ikatyang/prettylint/compare/v1.0.0...v2.0.0) (2023-07-27)
### Bug Fixes
- consistent with the ESLint Formatter behavior ([cf8541a](https://github.com/ikatyang/prettylint/commit/cf8541ac42814083d78fe97cb1b737c38188a450))
### Features
- consistent with the Prettier CLI behavior ([5daa251](https://github.com/ikatyang/prettylint/commit/5daa251a865bc0146820fc8ae4259054fb862028))
- upgrade to Prettier v3 ([9fb5da7](https://github.com/ikatyang/prettylint/commit/9fb5da7d4346477cf578790c7df9e9a53a4be263))
### BREAKING CHANGES
- read `.editorconfig` by default
- read `.gitignore` and `.prettierignore` by default
- this package is now pure ESM
- require Prettier v3
- require Node 16+
<a name="1.0.0"></a>
# 1.0.0 (2017-10-19)
### Features
- initial implementation ([8eba287](https://github.com/ikatyang/prettylint/commit/8eba287))