0.1.5 • Published 5 years ago

lint-configuration v0.1.5

Weekly downloads
8
License
MIT
Repository
github
Last release
5 years ago

lint-configuration

Lint configuration, which I use with my projects. Contains different framework and library lint configurations and also a global lint which can be used by any typescript project

Installation

npm install lint-configuration -D
yarn add lint-configuration -D

Usage

To use it in your project, just add tslint.json in your project root directory with the following lint configuration.

{
    "extends": "lint-configuration/config/tsconfig.global.json"
}
Options
  • Typescript lint configuration tsconfig.global.json
  • React lint configuration tsconfig.react.json (Extends the Typescript lint configuration)