Thanks for contributing!
git clone https://github.com/prettier/eslint-plugin-prettier.git
cd eslint-plugin-prettier
npm installnpm 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 npm test is run, and the build will fail if there are any linting errors. You can use npm run lint -- --fix to fix some linting errors. To run the tests without running the linter, you can use node_modules/.bin/mocha.