Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

georgiKi/lint-configuration

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)