Skip to content

Tsuyoshi84/eslint-config-tsuyoshi84

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"]
}

About

ESLint config from Tsuyoshi

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published