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
By default the HTML 'pre' element contents are validated by the vue/html-indent rules. I can work around this by manually adding pre to the ignores array in the rule definition, or by wrapping 'pre' in eslint-disable commands, but it seems 'pre' should be ignored by default.
By default the HTML 'pre' element contents are validated by the vue/html-indent rules. I can work around this by manually adding pre to the ignores array in the rule definition, or by wrapping 'pre' in eslint-disable commands, but it seems 'pre' should be ignored by default.
Tell us about your environment
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
I expected no linter errors
What actually happened? Please include the actual, raw output from ESLint.
44:1 error Expected indentation of 10 spaces but found 2 spaces vue/html-indent
The text was updated successfully, but these errors were encountered: