Turbo87 / intellij-emberjs

Ember.js support for JetBrains IDEs (IntelliJ, WebStorm, ...)
Apache License 2.0
218 stars 33 forks source link

Add support to suppress TemplateLint rules #297

Open makepanic opened 4 years ago

makepanic commented 4 years ago

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 commented 4 years ago

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

20200202-200220