Why can't sublime linter switch?

SublimeLinter-jshint , SublimeLinter-eslint , SublimeLinter-contrib-standard are installed in

sublime to use different verification tools for different projects. In the past, you can switch verification, such as jshint used by project A. When I was in project B, I switched to standard , but now it seems to be unable to switch. They are all jshint

.

previously used go to anything , enter sltl (sublimelinter toggle linter) to switch, and now disable related packages.
also use go to anything (ctrl + shift + p), enter pcd (package control: disable package), to disable related check packages, and pce (package control: enable package), to enable related check packages

Menu