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:
parent
cf263a4f6a
commit
c7808d0b5a
4 changed files with 1922 additions and 1480 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue