2.0.0 • Published 1 year ago

eslint-config-kasko-typescript-base v2.0.0

Weekly downloads
12
License
UNLICENSED
Repository
github
Last release
1 year ago

KASKO eslint typescript base configuration

Base configuration:

Installation

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

Usage

.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/