1.2.0 • Published 4 years ago

eslint-config-kasko-typescript-angular v1.2.0

Weekly downloads
6
License
UNLICENSED
Repository
github
Last release
4 years ago

KASKO eslint typescript angular configuration

Base configuration:

Installation

yarn add -D eslint-config-kasko-typescript-angular

Usage

.eslintrc file in root directory:

{
  "extends": [
    "kasko-typescript-angular"
  ]
}

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/