We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With TemplateLint being merged, we could add support for inline supressing rules.
For implementation in tslint, see https://github.com/JetBrains/intellij-plugins/blob/1fdd3d03f4c8882fd1b86e6e044ed22a5b7db336/tslint/src/com/intellij/lang/javascript/linter/tslint/highlight/TsLintSuppressionUtil.java
The text was updated successfully, but these errors were encountered:
I got this nearly finished but have to figure out why intellij isn't displaying the supression options :<
Sorry, something went wrong.
No branches or pull requests
Description
With TemplateLint being merged, we could add support for inline supressing rules.
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
The text was updated successfully, but these errors were encountered: