mirror of
https://github.com/documize/community.git
synced 2025-07-25 16:19:46 +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
|
@ -11,6 +11,7 @@ public/codemirror
|
||||||
|
|
||||||
# compiled output
|
# compiled output
|
||||||
/dist/
|
/dist/
|
||||||
|
/dist-prod/
|
||||||
/tmp/
|
/tmp/
|
||||||
|
|
||||||
# dependencies
|
# dependencies
|
||||||
|
|
|
@ -1,5 +1,17 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
module.exports = {
|
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
|
||||||
|
|
|
@ -35,7 +35,7 @@
|
||||||
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
|
"ember-cli-htmlbars-inline-precompile": "^1.0.3",
|
||||||
"ember-cli-ifa": "^0.7.0",
|
"ember-cli-ifa": "^0.7.0",
|
||||||
"ember-cli-inject-live-reload": "^1.8.2",
|
"ember-cli-inject-live-reload": "^1.8.2",
|
||||||
"ember-cli-mirage": "^0.4.1",
|
"ember-cli-mirage": "^0.4.10",
|
||||||
"ember-cli-sass": "7.1.4",
|
"ember-cli-sass": "7.1.4",
|
||||||
"ember-cli-sri": "^2.1.1",
|
"ember-cli-sri": "^2.1.1",
|
||||||
"ember-cli-template-lint": "^1.0.0-beta.1",
|
"ember-cli-template-lint": "^1.0.0-beta.1",
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
"ember-load-initializers": "^1.1.0",
|
"ember-load-initializers": "^1.1.0",
|
||||||
"ember-qunit": "^3.4.1",
|
"ember-qunit": "^3.4.1",
|
||||||
"ember-resolver": "^5.0.1",
|
"ember-resolver": "^5.0.1",
|
||||||
"ember-simple-auth": "^1.4.0",
|
"ember-simple-auth": "^1.7.0",
|
||||||
"ember-source": "~3.5.1",
|
"ember-source": "~3.5.1",
|
||||||
"ember-toggle": "^5.2.4",
|
"ember-toggle": "^5.2.4",
|
||||||
"ember-truth-helpers": "^2.0.0",
|
"ember-truth-helpers": "^2.0.0",
|
||||||
|
|
3383
gui/yarn.lock
3383
gui/yarn.lock
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue