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-stylelint crashes on some code in a very obscure way. This does not appear to be due to stylelint itself as the same code does not misbehave with stylelint directly.
Produced by this semi-minimal code below in the atom style.less
The crash can be prevented by apparently unrelated changes to the code
a) Removing just the bracketed word (don't) in the comment
b) Reducing the first double line space to a single line space (but not the second double line space)
c) Deleting the whole 4 line block at the end starting ul
d) deleting just the ' in the commented word don't although this is clearly not the only cause of the error as the ' can be retained without error with other deletions.
The line numbers reported do not seem to relate to anything and with longer code do not point to anywhere apparently related
On version 13.6.1, Windows 10
Probably related to #176 which was not resolved it seems
linter-stylelint crashes on some code in a very obscure way. This does not appear to be due to stylelint itself as the same code does not misbehave with stylelint directly.
Produced by this semi-minimal code below in the atom style.less
The crash can be prevented by apparently unrelated changes to the code
a) Removing just the bracketed word (don't) in the comment
b) Reducing the first double line space to a single line space (but not the second double line space)
c) Deleting the whole 4 line block at the end starting ul
d) deleting just the ' in the commented word
don't
although this is clearly not the only cause of the error as the ' can be retained without error with other deletions.The line numbers reported do not seem to relate to anything and with longer code do not point to anywhere apparently related
On version 13.6.1, Windows 10
Probably related to #176 which was not resolved it seems
The text was updated successfully, but these errors were encountered: