UNPKG

ember-template-lint

Version:
17 lines (15 loc) 279 B
'use strict'; module.exports = { extends: ['recommended'], rules: { 'no-action': 'error', 'no-curly-component-invocation': [ 'error', { noImplicitThis: 'error', requireDash: 'off', }, ], 'no-implicit-this': 'error', }, };