Skip to content
This repository was archived by the owner on Jul 19, 2021. It is now read-only.

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

@rescripts/rescript-use-tslint-config

About

Use your own TSLint configuration.

Installation

npm i -D @rescripts/rescript-use-tslint-config

Usage

From config file

Call use-tslint-config with tslint.js, tslint.json, or any other file name (must have .js or .json extension).

[["use-tslint-config", "tslint.json"]]

Searches for the config from your root directory and node_modules.