1.0.5 • Published 1 year ago
@kaizentech/eslint-config-typescript-base v1.0.5
@kaizentech/eslint-config-typescript-base
This package contains base TypeScript style guide
Installation
yarn add -D @kaizentech/eslint-config-typescript-base eslint prettier
Usage
first of all create a .eslintrc.json file in the root of your project.
then add this
{
"root": true,
"parserOptions": {
"project": "./tsconfig.json"
},
"extends": "@kaizentech/typescript-base"
}