File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,12 @@ It uses [Prettier](https://github.com/prettier/prettier) to lint your handlebars
77Here is an output example:
88
99``` handlebars
10- error: Replace `New·Addons</h1>` with <h1>⏎New Addons⏎</h1>` (prettier/prettier) at app/templates/lists/new-addons.hbs:2:5:
11- 1 | <div class="addons-index">
12- > 2 | <h1>New Addons</h1>
13- 3 | {{addon-list addons=model}}
14- 4 | </div>
10+ 2:18 error Replace `·{{@lastName}}··` with `{{@lastName}}` prettier
11+ 1 | <h1>A title</h1>
12+ > 2 | <p>{{@firstName}} {{@lastName}} , welcome!</p>
13+ 3 | <p>Text</p>
1514```
1615
17- > ` ./node_modules/.bin/ember-template-lint app/templates/lists/new-addons.hbs ` (code from [ emberobserver] ( https://github.com/emberobserver/client ) ).
18-
1916## Compatibility
2017
2118- [ Node.js] ( https://nodejs.org/ ) ` ^16.0.0 || ^18.0.0 || >=20.0.0 `
You can’t perform that action at this time.
0 commit comments