@hideoo/eslint-config

2.0.2 • Public • Published

@hideoo/eslint-config 🚨

HiDeoo's Eslint configuration

Usage

Install

$ pnpm add -D eslint @hideoo/eslint-config

Configure

Reference the configuration in your .eslintrc.json file:

{
  "extends": "@hideoo"
}

Run

Add a script in your package.json file to run ESLint:

{
  "scripts": {
    "lint": "eslint . --cache --max-warnings=0"
  }
}

License

Licensed under the MIT License, Copyright © HiDeoo.

See LICENSE for more information.

Package Sidebar

Install

npm i @hideoo/eslint-config

Weekly Downloads

6

Version

2.0.2

License

MIT

Unpacked Size

2.7 kB

Total Files

4

Last publish

Collaborators

  • hideoo