Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

v0.4.4

Choose a tag to compare

@rwjblue rwjblue released this 06 May 17:02
· 595 commits to master since this release
c7c6a7b

CHANGELOG

  • Add warning when using ember-cli-template-lint with a localization framework (identified by isLocalizationFramework
    on the addon instance). When a localization framework is present, and the bare-strings rule is not listed in the
    .template-lintrc.js file, a warning will be issued saying:
The `bare-strings` rule must be configured when using a localization framework (`ember-i18n`).
To prevent this warning, add the following to your `.template-lintrc.js`:

  rules: {
    'bare-strings\': true
  }