1.0.0 • Published 5 years ago

eslint-config-kasko-angular v1.0.0

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
5 years ago

KASKO eslint angular configuration

Base configuration:

Installation

yarn add -D eslint-config-kasko-angular

Usage

.eslintrc file in root directory:

{
  "extends": [
    "kasko-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/