Thanks for contributing!
git clone https://github.com/prettier/eslint-plugin-prettier.git
cd eslint-plugin-prettier
pnpm installpnpm testThis is an ESLint plugin. Documentation for the APIs that it uses can be found on ESLint's Working with Plugins page.
This plugin is used to lint itself. The style is checked when pnpm test is run, and the build will fail if there are any linting errors. You can use pnpm lint --fix to fix some linting errors. To run the tests without running the linter, you can use pnpm mocha.
Please view commitlint for more details.
pnpm releasePlease view changesets and its action for more details.