Vscode-eslint: Add support for `pnpm`

Created on 24 Aug 2018  路  2Comments  路  Source: microsoft/vscode-eslint

pnpm is the third largest node package manager, which uses symlinks, hardlinks and isolated trees, which prevents packages from using packages which they haven鈥檛 declared in their dependencies.

I believe that as it鈥檚 the third largest, it should also be supported in the eslint.packageManager configuration key.

See also:

/cc @zkochan

feature-request help wanted

Most helpful comment

All 2 comments

@ExE-Boss would you be willing to contribute this. I have no expierences with pnpm and I am sure things will again be different.

Was this page helpful?
0 / 5 - 0 ratings