1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-19 05:09:42 +02:00

Use Ember v3.12.0

Bumped JS dependencies where possible
This commit is contained in:
HarveyKandola 2019-08-28 12:57:02 +01:00
parent 5b7610d726
commit 5e9eeb5bf9
5 changed files with 634 additions and 240 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 2017,
ecmaVersion: 2018,
sourceType: 'module'
},
plugins: [
@ -30,8 +30,7 @@ module.exports = {
'server/**/*.js'
],
parserOptions: {
sourceType: 'script',
ecmaVersion: 2015
sourceType: 'script'
},
env: {
browser: false,