eslint-plugin-self icon indicating copy to clipboard operation
eslint-plugin-self copied to clipboard

Not working with pnpm

Open mmkal opened this issue 4 years ago • 1 comments

Hi there - I'm trying to use this project in a repo that uses pnpm rather than yarn/npm. pnpm installs packages differently so the assumption that ../.. will find the correct module breaks down. In my case, the installed is located at /path/to/my/project/node_modules/.pnpm/[email protected]/node_modules/eslint-plugin-self/index.js.

Looks like #4 would likely fix.

mmkal avatar Sep 16 '21 12:09 mmkal

You can use "eslint-plugin-foo": "file:." directly in your project

meteorlxy avatar Jun 09 '22 17:06 meteorlxy