0.7.0 • Published 6 years ago
tslint-no-circular-imports v0.7.0
tslint-no-circular-imports

TSLint plugin to detect and warn about circular imports
Installation
# Using Yarn:
yarn add --dev tslint-no-circular-imports
# Or, using NPM:
npm install --save-dev tslint-no-circular-imports
Usage
Add the following to your tslint.json:
{
"extends": ["tslint-no-circular-imports"]
}
Run TSLint:
$ tslint .
Circular import detected: foo.ts -> bar.ts -> foo.ts
Circular import detected: baz.ts -> bar.ts -> baz.ts
Running the tests
npm test
License
MIT
0.7.0
6 years ago
0.6.2
6 years ago
0.6.1
7 years ago
0.6.0
7 years ago
0.5.2
7 years ago
0.5.1
7 years ago
0.5.0
7 years ago
0.4.0
7 years ago
0.3.0
7 years ago
1.0.0
7 years ago
0.2.1
7 years ago
0.2.0
8 years ago
0.1.0
8 years ago
0.0.6
9 years ago
0.0.5
9 years ago
0.0.4
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago