intellij-emberjs icon indicating copy to clipboard operation
intellij-emberjs copied to clipboard

Add support to suppress TemplateLint rules

Open makepanic opened this issue 5 years ago • 1 comments

Description

With TemplateLint being merged, we could add support for inline supressing rules.

20200202-100210

Additional Information

For implementation in tslint, see https://github.com/JetBrains/intellij-plugins/blob/1fdd3d03f4c8882fd1b86e6e044ed22a5b7db336/tslint/src/com/intellij/lang/javascript/linter/tslint/highlight/TsLintSuppressionUtil.java

makepanic avatar Feb 02 '20 09:02 makepanic

I got this nearly finished but have to figure out why intellij isn't displaying the supression options :<

20200202-200220

makepanic avatar Feb 03 '20 09:02 makepanic