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
Error while entering new lines or trying to save any file.
linter-registry.ts:133 [Linter] Error running Ember Template Linter Error: Column start (13) greater than line length (12) for line 0
at Object.generateRange (/home/user/.atom/packages/prettier-atom/node_modules/atom-linter/lib/index.js:181)
at atom-ember-template-lint.js? [sm]:79
at Array.map (<anonymous>)
at atom-ember-template-lint.js? [sm]:68
To Reproduce
Create a hbs file
Paste code:
{{#if true}}
<div
>
hi
</div>
{{/if}}
The error will show.
Also when you try to save the file.
Expected behavior
The linter runs with --fix and formats the file
Describe the bug
Error while entering new lines or trying to save any file.
To Reproduce
Expected behavior
The linter runs with
--fix
and formats the fileAdditional context
Atom : 1.60.0
Electron: 9.4.4
Chrome : 83.0.4103.122
Node : 12.14.1
The text was updated successfully, but these errors were encountered: