eslint-plugin-monorepo-dependencies
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Installation

$ yarn add --dev eslint eslint-plugin-jest

Note: If you installed ESLint globally then you must also install eslint-plugin-jest globally.

Usage

Add monorepo-dependencies to the plugins section of your .eslintrc configuration file. You should omit the eslint-plugin- prefix:

{
  "plugins": ["monorepo-dependencies"]
}

Then configure the rules you want to use under the rules section.

{
  "rules": {
    "monorepo-dependencies/no-unlisted-package-import": "error"
  }
}

Rules

Rule Description Configurations Fixable
no-unlisted-package-import Enforce valid titles recommended

Credit

LICENSE

MIT

Package Sidebar

Install

npm i eslint-plugin-monorepo-dependencies

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

16.2 kB

Total Files

18

Last publish

Collaborators

  • jasperrr91