1.0.0 • Published 8 years ago
tslint-no-restricted-modules v1.0.0
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-modulesConfigure on your tslint.json
{
"rulesDirectory": [
"node_modules/tslint-no-restricted-modules/dist"
],
"rules": {
"no-restricted-modules": [true, "module-a", "module-b"]
}
}1.0.0
8 years ago