1.1.5 • Published 5 years ago

eslint-config-kasko-base v1.1.5

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

KASKO eslint base configuration

Base configuration:

Installation

yarn add -D eslint-config-kasko-base

Usage

.eslintrc file in root directory:

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