0.5.0 • Published 3 years ago
eslint-config-tsuyoshi84 v0.5.0
ESLint config
Setup
Install
Install the package.
npm install -D eslint eslint-config-tsuyoshi84Add the package to extends in the ESLint config
{
"extends": ["tsuyoshi84"]
}For TypeScript, use tsuyoshi84/typescript.
{
"extends": ["tsuyoshi84/typescript"]
}