eslint-preset-prettier
v1.0.2
Published
The easiest way to use Prettier for linting. Which is what you should do. 🧹
Downloads
267
Maintainers
Readme
Usage
First install this development utility as a production dependency:
npm i eslint-preset-prettier
Then, replace the contents of your ESLint configuration file with:
import { config } from "eslint-preset-prettier";
export default config();
💙 This package was templated with
create-typescript-app
.