1.0.2 • Published 2 years ago

@hashicorp/ember-template-lint-config v1.0.2

Weekly downloads
-
License
Copyright HashiCo...
Repository
-
Last release
2 years ago

@hashicorp/ember-template-lint-config

A configuration for ember-template-lint used across HashiCorp Ember.js projects.

Setup

Install the package:

yarn add -D @hashicorp/ember-template-lint-config

Note: It requires ember-template-lint version 4 or above.

Then, update or create .template-lintrc.js:

'use strict';

module.exports = {
  plugins: ['@hashicorp/ember-template-lint-config'],
  extends: 'hashicorp:octane',
};