Skip to content

Example package showing how to share tslint config between multiple projects

Notifications You must be signed in to change notification settings

sodapopinsky/tslint-config

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Sharing tslint rules across multiple projects via an npm package

This repo is an npm package which can be used to share tslint rules across multiple projects. In microservice architectures built with TypeScript this is necessary to ensure a consistent code style and quality.

How to use this package

  1. Install this package via npm install -D shared-tslint-rules-example
  2. Create a tslint.json as shown below and optional specific rules for your use case
  3. use tslint via command line/IDE/webpack

Example tslint.json which uses the shared rules

{
    "extends": "shared-tslint-rules-example/tslint.json"
}

About

Example package showing how to share tslint config between multiple projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published