mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Initial i18n experiment
This commit is contained in:
parent
32a9528e6d
commit
245c538990
12 changed files with 103 additions and 38 deletions
|
@ -24,7 +24,11 @@ module.exports = {
|
|||
"ember/no-get": "off",
|
||||
"ember/no-jquery": "off",
|
||||
"ember/no-mixins": "off",
|
||||
"ember/no-actions-hash": "off"
|
||||
"ember/no-actions-hash": "off",
|
||||
"ember/require-computed-macros": "off",
|
||||
"ember/use-ember-data-rfc-395-imports": "off",
|
||||
"ember/avoid-leaking-state-in-ember-objects": "off",
|
||||
"ember/require-return-from-computed": "off"
|
||||
},
|
||||
overrides: [
|
||||
// node files
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue