1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 13:19:43 +02:00
documize/gui/.template-lintrc.js

20 lines
483 B
JavaScript
Raw Normal View History

2018-12-08 15:35:41 +00:00
'use strict';
module.exports = {
2018-12-08 19:06:43 +00:00
extends: 'recommended',
rules: {
'attribute-indentation': false,
'block-indentation': false,
2018-12-08 20:54:19 +00:00
'img-alt-attributes': false,
2018-12-08 19:06:43 +00:00
'link-rel-noopener': false,
2018-12-08 20:54:19 +00:00
'no-inline-styles': false,
'no-invalid-interactive': false,
'no-nested-interactive': false,
2018-12-08 19:06:43 +00:00
'no-triple-curlies': false,
'style-concatenation': false,
2018-12-08 20:54:19 +00:00
'simple-unless': false,
2018-12-08 19:06:43 +00:00
}
2018-12-08 15:35:41 +00:00
};
2018-12-08 19:06:43 +00:00
// https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rules.md