
Ember templates linting / autocomplete, based on Typescript language server
The els-addon-typed-templates is an add-on for the Ember JavaScript framework that adds typed template support to the Ember Language Server. It provides features such as autocomplete, warning on undefined properties, and warning on incorrect each arguments. This add-on can be installed as a dev-dependency in an Ember project.
The els-addon-typed-templates add-on is a useful tool for Ember developers who want to enhance the typing support in their Ember projects. It provides autocomplete features for component context and arguments, as well as warnings for undefined properties and incorrect each arguments. By installing this add-on, developers can improve their development experience and catch potential errors more easily.

Ember.js is a productive, battle-tested JavaScript framework for building modern web applications. It includes everything you need to build rich UIs that work on any device.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.