2.0.0 • Published 3 years ago
eslint-config-kasko-typescript-base v2.0.0
KASKO eslint typescript base configuration
Base configuration:
Installation
yarn add -D eslint-config-kasko-typescript-baseUsage
.eslintrc file in root directory:
{
"extends": [
"kasko-typescript-base"
]
}Upgrading
If you are adding this eslint configuration to an existing project, it may raise a lot of linting errors. Most of them can be auto-fixed by eslint.
./node_modules/.bin/eslint src/