JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 39116
  • Score
    100M100P100Q151432F
  • License MIT

TSLint plugin to detect and warn about cicular imports

Package Exports

  • tslint-no-circular-imports

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (tslint-no-circular-imports) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

tslint-no-circular-imports Build Status npm mit

TSLint plugin to detect and warn about cicular imports

Installation

npm install --save-dev tslint-no-circular-imports

Usage

Add the following to your tslint.json:

{
  "rulesDirectory": "node_modules/tslint-no-circular-imports",
  "rules": {
    "no-circular-imports": true
  }
}

Running the tests

npm test

License

MIT