Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 3.14 KB

File metadata and controls

63 lines (45 loc) · 3.14 KB

Migrating to v2.0.0

This guide is intended to walk you though the breaking changes in the ember-template-lint v2.0.0 major release (February 2020).

Node 10+ now required

Support has been dropped for Node 6, 8, 11.

Recommended configuration changes

Rules have been added to and removed from the recommended configuration.

Rule additions

Rule removals

Stylistic rules have been moved to a new stylistic configuration. You can enable this new configuration to maintain the previous behavior, or alternatively adopt ember-template-lint-plugin-prettier.

Changes to rule options

Deprecation removals

Rule deletions

The following rules have been deleted:

Other removals

  • HTML comment configuration (<!-- template-lint no-bare-strings=false -->) has been removed #844
  • The templateEnvironmentData internal rule property has been removed #1067
  • Support for using most old rule names has been removed #1069