jonpitch/danger-brewing

View on GitHub
.template-lintrc.js

Summary

Maintainability
A
0 mins
Test Coverage
/* jshint node:true */
'use strict';

module.exports = {
  rules: {
    'bare-strings': true,
    'block-indentation': 2,
    'html-comments': true,
    'nested-interactive': true,
    'triple-curlies': true
  }
};