mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
[WIP] Upgrade EmberJS -- lint pass!
This commit is contained in:
parent
c7808d0b5a
commit
adbd00bdd7
95 changed files with 645 additions and 645 deletions
|
@ -5,12 +5,14 @@ module.exports = {
|
|||
rules: {
|
||||
'attribute-indentation': false,
|
||||
'block-indentation': false,
|
||||
'no-nested-interactive': false,
|
||||
'img-alt-attributes': false,
|
||||
'link-rel-noopener': false,
|
||||
'no-inline-styles': false,
|
||||
'no-invalid-interactive': false,
|
||||
'no-nested-interactive': false,
|
||||
'no-triple-curlies': false,
|
||||
'style-concatenation': false,
|
||||
'no-inline-styles': false,
|
||||
'img-alt-attributes': false,
|
||||
'simple-unless': false,
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue