YeonJuan

Results 57 comments of YeonJuan

@gian1200 It seems good to add new options. I'll work on it as soon

Hi @gian1200 :) thanks for the suggestion. I think we can add options on @html-eslint/indent.

Hi @melvinmicallef It's fixed in v0.14.0 by replacing the parser we use. Thanks for reporting it. - [demo](https://yeonjuan.github.io/html-eslint/playground#eyJjb2RlIjoiPGRpdiBjbGFzcz1cIm91dGVyLWRpdlwiPjxkaXYgY2xhc3M9XCJpbm5lci1kaXZcIj5cbiAgICAgICAgaW5uZXIgZGl2XG4gICAgPC9kaXY+XG48L2Rpdj4iLCJydWxlcyI6eyJAaHRtbC1lc2xpbnQvaW5kZW50IjoiZXJyb3IiLCJAaHRtbC1lc2xpbnQvcmVxdWlyZS1saS1jb250YWluZXIiOiJlcnJvciIsIkBodG1sLWVzbGludC9lbGVtZW50LW5ld2xpbmUiOiJlcnJvciJ9fQ==)

If this is a bug, Is this case a bug too? - [demo](https://eslint.org/demo#eyJ0ZXh0IjoiLyplc2xpbnQgYXJyYXktYnJhY2tldC1uZXdsaW5lOiBbXCJlcnJvclwiLCBcIm5ldmVyXCJdKi9cblxudmFyIGEgPSBbIDEsXG4yLyoqXG4qXG4qL107XG5cbnZhciBhID0gWyAxLFxuMl07XG5cblxuIiwib3B0aW9ucyI6eyJwYXJzZXJPcHRpb25zIjp7ImVjbWFWZXJzaW9uIjoxMCwic291cmNlVHlwZSI6Im1vZHVsZSIsImVjbWFGZWF0dXJlcyI6e319LCJydWxlcyI6eyJmdW5jdGlvbi1wYXJlbi1uZXdsaW5lIjoyfSwiZW52Ijp7fX19) ```js /*eslint array-bracket-newline: ["error", "never"]*/ var a = [ 1, 2/** * */]; // Error - There...

Hi, @zerowww Nothing has been done. In the meantime, something else has been done. This issue will be proceeded in the future.

Hi, @zerowww @neviaumi . It took a long time due to my personal schedule. [@html-eslint/sort-attrs]( https://github.com/yeonjuan/html-eslint/blob/main/docs/rules/sort-attrs.md) rule has been added in v0.21.0. Thanks for the nice feedback.

@FatehAK For permanently fixing it we should create a new rule (ie: `@html-eslint/space-comments`) which can handle html syntax.

Hi @madeindjs Thanks for the contribution. I'm wondering if it slows down a lot when using large files as input, have you had any cases like that?

> But it surely improve memory consumption. It's might also be cool if user wants to iterate on each changes without storing them in memory. @madeindjs Agree! Thanks for the...

Hi @madeindjs Thanks for the work! I agree that the code needs to be cleaned up, and I'm thinking about separating the public interfaces. In the end, I'd like to...