mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Fix lint errors and update travis NPM version.
This commit is contained in:
parent
95a4592346
commit
b0f345ba21
2 changed files with 4 additions and 2 deletions
|
@ -11,9 +11,11 @@
|
||||||
"browser": true,
|
"browser": true,
|
||||||
"meteor": true
|
"meteor": true
|
||||||
},
|
},
|
||||||
|
"parser": "babel-eslint",
|
||||||
"parserOptions": {
|
"parserOptions": {
|
||||||
"ecmaVersion": 2018,
|
"ecmaVersion": 2018,
|
||||||
"sourceType": "module"
|
"sourceType": "module",
|
||||||
|
"allowImportExportEverywhere": true
|
||||||
},
|
},
|
||||||
"rules": {
|
"rules": {
|
||||||
"strict": 0,
|
"strict": 0,
|
||||||
|
|
|
@ -4,7 +4,7 @@ sudo: required
|
||||||
env:
|
env:
|
||||||
TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
|
TRAVIS_DOCKER_COMPOSE_VERSION: 1.24.0
|
||||||
TRAVIS_NODE_VERSION: 8.16.2
|
TRAVIS_NODE_VERSION: 8.16.2
|
||||||
TRAVIS_NPM_VERSION: 6.4.1
|
TRAVIS_NPM_VERSION: 6.13.0
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update -y
|
- sudo apt-get update -y
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue