1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

[WIP] Upgrade EmberJS: add-on upgrades

This commit is contained in:
Harvey Kandola 2018-12-08 19:06:43 +00:00
parent cf263a4f6a
commit c7808d0b5a
4 changed files with 1922 additions and 1480 deletions

View file

@ -1,5 +1,17 @@
'use strict';
module.exports = {
extends: 'recommended'
extends: 'recommended',
rules: {
'attribute-indentation': false,
'block-indentation': false,
'no-nested-interactive': false,
'link-rel-noopener': false,
'no-triple-curlies': false,
'style-concatenation': false,
'no-inline-styles': false,
'img-alt-attributes': false,
}
};
// https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rules.md