@codetakt/eslint-config
v0.1.0
Published
codeTakt's ESLint config
Downloads
8
Keywords
Readme
What is this?
Common ESLint configurations of the codeTakt's project.
Usage
Add this configurations and ESlint to your repository.
npm i -D eslint @codetakt/eslint-config
Set to extends
.
{
"extends": ["@codetakt"]
}
NOTE
This configuration extends eslint:recommended
.
So, please do not extend that in your repository.