YeonJuan
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 ```