From 74ad82ce107ff90822d2b5c5d2dac08443daee43 Mon Sep 17 00:00:00 2001 From: Aleksandr Kanunnikov Date: Sat, 5 Feb 2022 22:58:24 +0300 Subject: [PATCH] feat: readme update --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 `