An opinionated copywriting formatter plugin for Prettier
Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing, taking various rules into account.
This plugin adds support for a lot of files through autocorrect.
This plugin is still under development, its printer just wraps autocorrect's default printer. Of course it should just work, but may not match prettier's format sometimes.
prettier-plugin-autocorrect
is an evergreen module. 🌲 This module requires an LTS Node version (v14.0.0+).
Using npm:
# npm
npm i -D prettier prettier-plugin-autocorrect
# yarn
yarn add -D prettier prettier-plugin-autocorrect
Once installed, Prettier plugins must be added to .prettierrc
:
{
"plugins": ["prettier-plugin-autocorrect"]
}
Then:
# npx
npx prettier --write writing.md
# yarn
yarn prettier --write writing.md
1stG | RxTS | UnTS |
---|---|---|
1stG | RxTS | UnTS |
---|---|---|
Detailed changes for each release are documented in CHANGELOG.md.