1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-08-02 03:55:24 +02:00

Upgraded to latest JS SPA release

This commit is contained in:
Harvey Kandola 2017-07-14 12:58:33 +01:00
parent 7397812307
commit a8e8d141d2
9 changed files with 666 additions and 679 deletions

View file

@ -1,7 +1,7 @@
module.exports = {
root: true,
parserOptions: {
ecmaVersion: 6,
ecmaVersion: 2017,
sourceType: 'module'
},
extends: 'eslint:recommended',