Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 959 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (21 loc) · 959 Bytes

Contributing

Thanks for contributing!

Installation

git clone https://github.com/prettier/eslint-plugin-prettier.git
cd eslint-plugin-prettier
pnpm install

Running the tests

pnpm test

This 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.

Commit messages

Please view commitlint for more details.

Publishing

pnpm release

Please view changesets and its action for more details.