Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 318 Bytes

no-ember-components.md

File metadata and controls

12 lines (8 loc) · 318 Bytes

Indicate the usage of Ember Components (ember-observer/no-ember-components)

Used by Ember Observer to determine if addons are using Ember components.

Examples

Examples of incorrect code for this rule:

  import Component from '@ember/component';