eslint-import-resolver-workspaces

1.2.0 • Public • Published

eslint-import-resolver-workspaces

A resolver plugin for eslint-plugin-import that resolves yarn workspaces packages to their source code so that local development doesn't require rebuilding dependent packages on each change.

// .eslintrc
{
  "settings": {
    "workspaces": {
      "extensions": [".mjs", ".js", ".ts", ".tsx", ".json"],
      "sources": {
        "my-package/lib/*": ["packages/my-package/src/*"]
      }
    }
  }
}

The sources option follows the typescript paths format for rewriting file paths.

You can also specify sources in your root package.json under workspace-sources.

Readme

Keywords

none

Package Sidebar

Install

npm i eslint-import-resolver-workspaces

Weekly Downloads

10,285

Version

1.2.0

License

MIT

Unpacked Size

8.63 kB

Total Files

5

Last publish

Collaborators

  • stephen_liu
  • monastic.panic
  • sloria
  • taion