
Linter for Ember or Handlebars templates
ember-template-lint is a library that lints handlebars templates and returns error results. It can be easily integrated into your Ember projects to ensure code quality and adherence to best practices.
ember-template-lint is a powerful tool for linting handlebars templates in Ember applications. With its easy integration, configurable rules, and error reporting, it helps developers maintain code quality and follow best practices. Whether you're new to Ember or an experienced developer, ember-template-lint is a valuable addition to your toolkit.

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.