hino / .template-lintrc.js
.template-lintrc.js
Raw
'use strict';

module.exports = {
  extends: 'recommended',
  rules: {
    "attribute-indentation": false,
    "block-indentation": false
  }
};