eslint-config-tsuyoshi84
v0.5.0
Published
ESLint config from Tsuyoshi
Downloads
36
Readme
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"]
}