You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.
linter-eslint has an option to enable linting HTML files, which enables linting Vue files by using BenoitZugmeyer/eslint-plugin-html. I am wondering about a similar solution for linter-tslint.
The text was updated successfully, but these errors were encountered:
The plugin you linked to is for ESLint itself, not the atom plugin. TSLint would need similar support built in for AtomLinter/linter-tslint to leverage it. There is an open bug on TSLint requesting this feature.
Closing as external for now. Feel free to reopen when TSLint supports this.
Similar to
AtomLinter/linter-eslint
#576.linter-eslint
has an option to enable linting HTML files, which enables linting Vue files by usingBenoitZugmeyer/eslint-plugin-html
. I am wondering about a similar solution forlinter-tslint
.The text was updated successfully, but these errors were encountered: