rwwagner90/ember-math-helpers

View on GitHub
test-app/.template-lintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  extends: 'recommended',
  rules: {
    'no-curly-component-invocation': {
      allow: ['input', 'svg-jar'],
    },
    // TODO turn this back on when fixed https://github.com/ember-template-lint/ember-template-lint/issues/1135
    'no-quoteless-attributes': false,
  },
};