2.2.3 • Published 1 year ago

@giveerr/eslint-config-prettier v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@giveerr/eslint-config-prettier

@giveerr/eslint-config-prettier on npm

Install

You can install @giveerr/eslint-config-prettier via your package manager of choice.

npm

npm install --save-dev @giveerr/eslint-config-prettier

yarn

yarn add --dev @giveerr/eslint-config-prettier

pnpm

pnpm add --save-dev @giveerr/eslint-config-prettier

Usage

Extend the config in your ESLint configuration file.

Example: .eslintrc

{
  "extends": "@giveerr/eslint-config-prettier"
}