cybertooth-io/ember-helper-locale-date

View on GitHub
.template-lintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict';

module.exports = {
  extends: 'recommended',
  rules: {
    'no-bare-strings': false
  }
};