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"`
Something like a comment-based format to override rules.
Maybe
' bslint "rule-name": "severity"As an example to turn off the rule
no-printyou would add the following comment:' bslint "no-print": "off"