0.0.8 • Published 5 months ago

@yukiniro/eslint-config v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

@yukiniro/eslint-config

npm

Usage

Install

You should have install eslint.

pnpm add @yukiniro/eslint-config -D

or

npm i @yukiniro/eslint-config -D

Config .eslintrc

{
  "extends": [
    "@yukiniro/eslint-config"
  ]
}

Add script for package.json

{
  "scripts": {
    lint: "eslint ."
  }
}