You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,12 +61,12 @@ module.exports = {
61
61
```
62
62
63
63
### 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
67
64
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
69
68
69
+
rules in tempates can be disabled with eslint directives with mustache or html comments:
70
70
71
71
[!NOTE]
72
72
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
0 commit comments