nx-import-filter
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

NX import filter

Used in an NX monorepo.

A typescript language service plugin, for filtering out symbols from editor completion, for libraries that fail the @nx/enforce-module-boundaries eslint rule. (In VSCode might need a "Typescript: Restart TS server")

Usage

You should have a valid eslint configuration file, that uses the @nx/enforce-module-boundaries eslint rule.

Installation:

npm i nx-import-filter
// tsconfig.base.json

{
  "compilerOptions": {
    //...
    "plugins": [
      {
        "name": "nx-import-filter"
      }
    ]
  }
}

Readme

Keywords

none

Package Sidebar

Install

npm i nx-import-filter

Weekly Downloads

0

Version

0.0.1

License

MIT

Unpacked Size

20.8 MB

Total Files

5

Last publish

Collaborators

  • akisarou