Socket
Book a DemoInstallSign in
Socket

@hashicorp/ember-template-lint-config

Package Overview
Dependencies
Maintainers
29
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@hashicorp/ember-template-lint-config

Shared configuration for ember-template-lint

unpublished
latest
npmnpm
Version
1.0.2
Version published
Weekly downloads
0
Maintainers
29
Weekly downloads
 
Created
Source

@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',
};

Keywords

ember-template-lint

FAQs

Package last updated on 20 Sep 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts