0.5.0 • Published 1 year ago

eslint-config-tsuyoshi84 v0.5.0

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

ESLint config

Setup

Install

Install the package.

npm install -D eslint eslint-config-tsuyoshi84

Add the package to extends in the ESLint config

{
  "extends": ["tsuyoshi84"]
}

For TypeScript, use tsuyoshi84/typescript.

{
  "extends": ["tsuyoshi84/typescript"]
}