You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a qlty plugins upgrade command which makes it a bit easier to upgrade plugins:
# Upgrade to latest version we are aware of:
qlty plugins upgrade eslint
# Upgrade to a user-provided version
qlty plugins upgrade eslint --version=1.2.3
If the plugin has a version = "..." specified in qlty.toml it will be updated. If the plugin does not have a version = "..." line, it will be added.
The text was updated successfully, but these errors were encountered:
Add a
qlty plugins upgrade
command which makes it a bit easier to upgrade plugins:If the plugin has a
version = "..."
specified inqlty.toml
it will be updated. If the plugin does not have aversion = "..."
line, it will be added.The text was updated successfully, but these errors were encountered: