issues
search
ghmcadams
/
vscode-lintlens
Augment your ESLint rules in Visual Studio Code - Adds metadata beside each ESLint rule.
MIT License
42
stars
9
forks
source link
Fix for plugin names with scopes
#44
Closed
mnkiefer
closed
2 years ago
mnkiefer
commented
2 years ago
According to the
ESLint plugin naming conventions
,
plugins
of the form
@foo/eslint-plugin-foo
can exist, which currently are not supported by Lint Lens as the plugin name gets cut off.
For example, the following plugin name is missing
-cds
:
Related issue:
https://github.com/ghmcadams/vscode-lintlens/issues/42
Fixing the plugin name resolution, all rule descriptions can now be displayed properly:
plugins
of the form@foo/eslint-plugin-foo
can exist, which currently are not supported by Lint Lens as the plugin name gets cut off.-cds
: