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
It would be great if linter-js-standard could show the rule name that a line is violating. This helps if you need to manually disable a specific rule for a line.
Sublime's linter-standard does this like so for a line that is breaking the 'react/prop-types' rule:
The text was updated successfully, but these errors were encountered:
the sublime linter accomplishes this by passing the --verbose option to the standard bin. Perhaps a config option that allows the user to supply custom arguments to the selected linter would make sense?
It would be great if linter-js-standard could show the rule name that a line is violating. This helps if you need to manually disable a specific rule for a line.
Sublime's linter-standard does this like so for a line that is breaking the 'react/prop-types' rule:
The text was updated successfully, but these errors were encountered: