YeonJuan

Results 57 comments of YeonJuan

@EvgenyOrekhov Thanks!! I have never thought about referring to the "ember eslint plugin" but it seems to have many rules fitted in HTML. In addition to your suggestions, I found...

## Progress ### Ready to implement. - [x] (#56) - [no-abstract-roles](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-abstract-roles.md) - [x] (#57) - [no-aria-hidden-body](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-aria-hidden-body.md) - [x] (#55) - [require-button-type](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/require-button-type.md) - [x] (#60) - [no-multiple-emply-lines](https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/no-multiple-empty-lines.md) - [x] (#63) -...

- [prefer-https](https://google.github.io/styleguide/htmlcssguide.html#Protocol) - [capitalization](https://google.github.io/styleguide/htmlcssguide.html#Capitalization)- #158 - [no-script-style-type](https://google.github.io/styleguide/htmlcssguide.html#type_Attributes)- #157

@lopis Thanks. May be, Loading state of images needs to be checked.

@brettz9 #396 - Adding fixer for require-param is done! plz check it. :)

@brettz9 ๐Ÿ‘ Nice! that's the point that I struggled - #404.

์ž‘์—… ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค. [gitbook ignore - ์ฐธ๊ณ ](https://gitbookio.gitbooks.io/documentation/format/ignore.html)ํ•ด์„œ ์ž‘์—…ํ•ด์ฃผ์‹œ๋ฉด ๋ ๊ฒƒ ๊ฐ™์•„์š”

### Gitbook ๊ณ„ํš + ํ”„๋กœ์ ํŠธ ๋ฌธ์„œ ๋””๋ ‰ํ„ฐ๋ฆฌ ๊ตฌ์กฐ ์ •ํ•˜๊ธฐ * ํ”„๋กœ์ ํŠธ ๋ฌธ์„œ ๊ตฌ์กฐ ``` / |- ... |- handbook/ ... |- tutorials/ ... |- declaration-files/ ... |- project-configuration /... |-...

@devJang ๊ฐ™์ด ์ด ๋ ˆํฌ๋ฅผ ๊ด€๋ฆฌํ•˜์‹œ๋Š” ๋ถ„๋“ค์ด ๊ณ„์‹ ๋ฐ, ์˜ค๋Š˜ ์ด์•ผ๊ธฐํ›„์— ๋ฉ”์ผ ๋“œ๋ฆฌ๊ฒ ์Šต๋‹ˆ๋‹ค! ๊ฐ์‚ฌํ•ฉ๋‹ˆ๋‹ค cc @guyeol , @Bumkeyy , @dvlprsh

Hi @gian1200 :) Thanks for the suggestion. Can you describe the option you suggest more? it should ignore all other tags which except for void tags ? ```html ```