
A prettier plugin for ember-template-lint
The ember-template-lint-plugin-prettier is an NPM package that uses Prettier to lint handlebars templates with ember-template-lint. It provides a single rule that compares your code with Prettier's output. The plugin is compatible with Node.js versions ^16.0.0 || ^18.0.0 || >=20.0.0, ember-template-lint versions >=4.0.0, and prettier versions >=3.0.0. The package requires the installation of prettier and ember-template-lint as peerDependencies in your project.
The ember-template-lint-plugin-prettier is an NPM package that integrates Prettier with ember-template-lint to provide linting for handlebars templates. It uses a single rule to compare code with Prettier's output and requires the installation of prettier and ember-template-lint as peerDependencies in your project. The package is compatible with specific versions of Node.js, ember-template-lint, and prettier. You can also configure Prettier using standard prettier config files.

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.