wist
wist copied to clipboard
Allow an inline code way to override rules
Something like a comment-based format to override rules.
Maybe ' bslint "rule-name": "severity"
As an example to turn off the rule no-print
you would add the following comment:
' bslint "no-print": "off"