Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 708 Bytes

File metadata and controls

21 lines (14 loc) · 708 Bytes

Contributing

Thanks for contributing!

Installation

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

Running the tests

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