Fix lint errors and update travis NPM version.

This commit is contained in:
Lauri Ojansivu 2019-11-20 10:14:53 +02:00
parent 95a4592346
commit b0f345ba21
2 changed files with 4 additions and 2 deletions

View file

@ -11,9 +11,11 @@
"browser": true,
"meteor": true
},
"parser": "babel-eslint",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
"sourceType": "module",
"allowImportExportEverywhere": true
},
"rules": {
"strict": 0,