YeonJuan

Results 57 comments of YeonJuan

@melvinmicallef Thanks for the report. I can reproduce it - [demo](https://yeonjuan.github.io/html-eslint/playground#eyJjb2RlIjoiPGRpdiBjbGFzcz1cIm91dGVyLWRpdlwiPjxkaXYgY2xhc3M9XCJpbm5lci1kaXZcIj5cbiAgICAgICAgaW5uZXIgZGl2XG4gICAgPC9kaXY+XG48L2Rpdj4iLCJydWxlcyI6eyJAaHRtbC1lc2xpbnQvaW5kZW50IjoiZXJyb3IiLCJAaHRtbC1lc2xpbnQvcmVxdWlyZS1saS1jb250YWluZXIiOiJlcnJvciJ9fQ==). I'll fix it as soon :)

@melvinmicallef Thanks 👍 I'll fix it also

@melvinmicallef Thanks for reminding me. I'm still working on it :) Thanks.

@sergey-v9 Hi, Thanks for the new issue. I agree about the feature but it's hard to implement it quickly. Our parser follows standard HTML syntax which does not allow self-closing...

Hi @ClementMindflow Sorry for being late. html-eslint does not work with ECMAScript AST, It uses a AST made from `html-eslint/parser`. It means we cannot use common eslint rules with html-eslint...

@davidNHK Thanks for the suggestion, I agree. I think we can implement it 👍

@MorevM Thanks for the report. :) > Maybe this can be covered in separate rule I agree. It would be nice if we can handle it. What about a new...

@MorevM Sure, :) please let me know if you can't take any time to do it. Then I'll take it. 👍

HI @LoiLock Sorry for the late. Unfortunately All rules in html-eslint does not work with the `vue-eslint-parser` because the AST specs are different. 😢

@louiechristie Hi Thanks for the suggestion. 👍 I agree about the idea of adding rules for improving CLS if possible. But I'm not sure about the rule enforcing "width", "height...