
Complimentary event template helpers to the {{on}} modifier
The ember-event-helpers is a package that provides complimentary template helpers to be used with the {{on}} element modifier specified by RFC #471. It is compatible with Ember.js v2.18 or above and ember-cli v2.13 or above. The package includes template helpers for preventing default actions, stopping event propagation, and stopping immediate propagation.
event.preventDefault().event.stopPropagation().stopImmediatePropagation.The ember-event-helpers package provides template helpers that can be used with the {{on}} element modifier in Ember.js. It allows you to easily prevent default actions, stop event propagation, and stop immediate propagation. The package is compatible with Ember.js v2.18 or above and ember-cli v2.13 or above.

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.