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.
If I have a .js file with an ESLint error in it, and I open the file, then linter-eslint displays the error straight away.
However, if I have a .html file with an ESLint error in it, when I open the file, the ESLint error is not displayed. To get the linter to run, I have to modify part of the file within the <script> tags.
Bug Checklist
Restart Atom
Verify the eslint CLI gives the proper result, while linter-eslint does not
Paste the output of the Linter Eslint: Debug command from the Command Palette below
Issue Type
Bug
Issue Description
If I have a
.js
file with an ESLint error in it, and I open the file, then linter-eslint displays the error straight away.However, if I have a
.html
file with an ESLint error in it, when I open the file, the ESLint error is not displayed. To get the linter to run, I have to modify part of the file within the<script>
tags.Bug Checklist
eslint
CLI gives the proper result, whilelinter-eslint
does notLinter Eslint: Debug
command from the Command Palette belowThe text was updated successfully, but these errors were encountered: