0.0.3 • Published 5 years ago

@f1v/tslint-config-f1v v0.0.3

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

tslint-config-f1v

This package provides F1V's .eslintrc as an extensible shared config. It can be used to enforce F1V's code style and provides a shared base configuration for our Typescript projects.

Install

yarn

yarn add --dev tslint-config-f1v tslint

npm

npm install --save-dev tslint-config-f1v tslint

Usage

Add "extends": "tslint-config-f1v" to your tslint.json.

We have two configurations in this package, listed below:

tslint-config-f1v

*  Provides base rules for F1V Typescript projects.

tslint-config-f1v/react

* Provides base and React rules for F1V Typescript/React projects.

Resources