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:
parent
5b7610d726
commit
5e9eeb5bf9
5 changed files with 634 additions and 240 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue