Skip to content

Commit c2d31ce

Browse files
authored
fix lint
1 parent ea8ddfa commit c2d31ce

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ module.exports = {
6161
```
6262

6363
### rules applied to fcct templates
64-
* semi rule, same as prettier https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/1
65-
* no-undef rule will take effect for template vars (includes js scope)
66-
* no-unsed rule will take effect for template block params
6764

68-
rules in tempates can be disabled with eslint directives with mustache or html comments:
65+
- semi rule, same as prettier https://github.com/gitKrystan/prettier-plugin-ember-template-tag/issues/1
66+
- no-undef rule will take effect for template vars (includes js scope)
67+
- no-unsed rule will take effect for template block params
6968

69+
rules in tempates can be disabled with eslint directives with mustache or html comments:
7070

7171
[!NOTE]
7272
html does not have the distinction of line or block comments, which is why block comments should start with `!<--- ... -->` (3 dashes and a space, end with 2 dashes)
@@ -87,7 +87,7 @@ html does not have the distinction of line or block comments, which is why block
8787
</template>
8888
```
8989

90-
```
90+
```hbs
9191
<template>
9292
<div>
9393
<!--eslint-disable-next-line-->

0 commit comments

Comments
 (0)