Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 315 Bytes

no-const-outside-module-scope.md

File metadata and controls

5 lines (3 loc) · 315 Bytes

Disallow const from being used outside of the module scope (e.g. in functions) (ember-internal/no-const-outside-module-scope)

🔧 This rule is automatically fixable by the --fix CLI option.