@ijlee2-frontend-configs/ember-template-lint
v2.3.0
Published
Configuration for ember-template-lint
Downloads
1,413
Readme
@ijlee2-frontend-configs/ember-template-lint
The package provides a configuration for ember-template-lint.
Usage
Install these packages as development dependencies:
@ijlee2-frontend-configs/ember-template-lintember-template-lint
Afterwards, create the file .template-lintrc.cjs.
'use strict';
module.exports = require('@ijlee2-frontend-configs/ember-template-lint');Customization
Import the configuration, then export the modified object. See ember-template-lint documentation for more information.
'use strict';
const baseConfiguration = require('@ijlee2-frontend-configs/ember-template-lint');
module.exports = {
...baseConfiguration,
rules: {
...baseConfiguration.rules,
'no-bare-strings': true,
},
};License
This project is licensed under the MIT License.
