0.4.1 • Published 10 months ago

prettier-plugin-autocorrect v0.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

prettier-plugin-autocorrect npm bundle size npm bundle size

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.

Notice

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.

Requirements

prettier-plugin-autocorrect is an evergreen module. 🌲 This module requires an LTS Node version (v14.0.0+).

Install

Using npm:

# npm
npm i -D prettier prettier-plugin-autocorrect

# yarn
yarn add -D prettier prettier-plugin-autocorrect

Usage

Once installed, Prettier plugins should be automatically recognized by Prettier. To use this plugin, confirm that it's installed and run Prettier using your preferred method. For example:

# npx
npx prettier --write writing.md

# yarn
yarn prettier --write writing.md

Sponsors

1stGRxTSUnTS
1stG Open Collective backers and sponsorsRxTS Open Collective backers and sponsorsUnTS Open Collective backers and sponsors

Backers

1stGRxTSUnTS
1stG Open Collective backers and sponsorsRxTS Open Collective backers and sponsorsUnTS Open Collective backers and sponsors

Changelog

Detailed changes for each release are documented in CHANGELOG.md.

License

MIT © JounQin@1stG.me