1.2.0 • Published 7 years ago

eslint-config-kasko v1.2.0

Weekly downloads
2
License
UNLICENSED
Repository
github
Last release
7 years ago

KASKO eslint configuration

Base configuration:

Installation

npm install eslint-config-kasko

Usage

.eslintrc file in root directory:

{
  "extends": [
    "kasko"
  ]
}

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/