Skip to content
This repository has been archived by the owner on Aug 24, 2022. It is now read-only.

Commit

Permalink
Add note to readme about linter instructions in html comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Demboski committed Mar 23, 2016
1 parent 06832f8 commit 83d4757
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,14 @@ but allows the following:
{{!-- comment goes here --}}
```

Html comments containing linting instructions such as:

```hbs
<!-- template-lint bare-strings=false -->
```

are of course allowed (and since the linter strips them during processing, they will not get compiled and rendered into the DOM regardless of this rule).


#### triple-curlies

Expand Down

0 comments on commit 83d4757

Please sign in to comment.