Skip to content

financeit/ember-template-lint-plugin-financeit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ember-template-lint-plugin-financeit

This repo contains a set of shareable rules and configuration for used for template linting among our various projects (Tag, Financeit, Centah, etc...)

Installation

In your project root: yarn add git+ssh://git@github.com:financeit/ember-template-lint-plugin-financeit.git --dev

Then inside of your newly generated /.template-lintrc.js:

module.exports = {
  plugins: ['ember-template-lint-plugin-financeit'],
  rules: {
    'whitelist-attributes-for-ui-components': true
  },
};