Skip to content

Commit ca9098b

Browse files
authored
Merge pull request #196 from ember-template-lint/v4
Require ember-template-lint v4
2 parents 6147399 + 259f801 commit ca9098b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,12 @@ error: Replace `New·Addons</h1>` with <h1>⏎New Addons⏎</h1>` (prettier/pret
1717
## Compatibility
1818

1919
- [Node.js](https://nodejs.org/) `^12.22.0 || ^14.17.0 || >=16.0.0`
20-
- [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint/) `^4.0.0-beta.3`
20+
- [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint/) `^4.0.0`
2121
- [prettier](https://prettier.io/) `>=1.18.1`
2222

23+
Note: ember-template-lint-plugin-prettier@3 is compatible with older versions of
24+
ember-template-lint, in particular ember-template-lint@3.
25+
2326
## Install
2427

2528
```sh

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"release-it-lerna-changelog": "^4.0.1"
4848
},
4949
"peerDependencies": {
50-
"ember-template-lint": "^4.0.0-beta.3",
50+
"ember-template-lint": "^4.0.0",
5151
"prettier": ">=1.18.1"
5252
},
5353
"engines": {

0 commit comments

Comments
 (0)