Skip to content

pastak/tslint-no-restricted-modules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tslint-no-restricted-modules

This is Rule for TSLint like no-restricted-modules in ESLint.

Usage

install from npm

$ npm install -D tslint-no-restricted-modules

Configure on your tslint.json

{
    "rulesDirectory": [
        "node_modules/tslint-no-restricted-modules/dist"
   ],
   "rules": {
       "no-restricted-modules": [true, "module-a", "module-b"]
   }
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published