You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

eslint-plugin-workspaces

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-workspaces - npm Package Versions

1345

0.10.0-debug.2

Diff
j
joshuajaco
published 0.10.0-debug.2 •
j
joshuajaco
published 0.10.0-debug.1 •
j
joshuajaco
published 0.10.0-debug.0 •
j
joshuajaco
published 0.10.0-alpha.1 •
j
joshuajaco
published 0.10.0-alpha.0 •
j
joshuajaco
published 0.9.0 •

Changelog

Source

[v0.9.0] - 2023-06-10

  • Added support for listing workspaces as peerDependencies & optionalDependencies (https://github.com/joshuajaco/eslint-plugin-workspaces/pull/25)
  • Fixed a bug where workspaces that do not have a name property defined in their package.json file resulted in crashes. They are now being ignored instead. (https://github.com/joshuajaco/eslint-plugin-workspaces/issues/24)
j
joshuajaco
published 0.9.0-rc.0 •
j
joshuajaco
published 0.8.0 •

Changelog

Source

[v0.8.0] - 2023-03-04

  • Replaced the underlying package to resolve monorepo packages (from get-monorepo-packages to find-workspaces) which comes with a few benefits:
    • pnpm workspaces support
    • bolt support
    • caching layer which allows this plugin to look for the workspaces root relative to the file that is being linted instead of the current working directory.
      This means you can run now eslint from outside a monorepo.
j
joshuajaco
published 0.8.0-rc.1 •
j
joshuajaco
published 0.8.0-rc.0 •