diff --git a/README.md b/README.md index a811cdad..d25a4547 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,15 @@ All features currently only work in Ember CLI application that use the default c - Autocompletion - `*.{js/ts}`: services, models, routes, transforms - - `*.hbs`: components, route names, helpers, modifiers, local paths - - GlimmerNative components autocompletion support + - `*.hbs`: components, route names, helpers, modifiers, local paths, arguments - Namespaces support (batman syntax) +- Template linting + - works only if `ember-template-lint` dependency added into project. + - [ember-template-lint](https://github.com/ember-template-lint/ember-template-lint) (`v2`, `v3`, `v4`) integration, including documentation links and auto fixes + - template linting inside `.js` and `.ts` files (with `hbs` literal) + - experimental linting inside `.gjs` and `.gts` files (with `