diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-02 11:07:09 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2019-10-04 06:44:21 +0200 |
commit | c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c (patch) | |
tree | 7ccdf6dc3613cc6ff394ea017e89315e9e11168e /package.json | |
parent | 23af2726e86ac6c687807adc412773db74756d86 (diff) | |
download | nextcloud-server-c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c.tar.gz nextcloud-server-c2c7c2778b3dc1f2b9299fa21c15e191edb89a8c.zip |
Fix master testing and update eslint-config
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 82913971215..8b186a5ab6d 100644 --- a/package.json +++ b/package.json @@ -70,12 +70,13 @@ "@babel/core": "^7.6.2", "@babel/plugin-syntax-dynamic-import": "^7.2.0", "@babel/preset-env": "^7.6.2", + "babel-eslint": "^10.0.3", "babel-loader": "^8.0.6", "babel-plugin-transform-es2015-arrow-functions": "^6.22.0", "browserslist-config-nextcloud": "0.0.1", "css-loader": "^3.2.0", "eslint": "^5.16.0", - "eslint-config-nextcloud": "0.0.5", + "eslint-config-nextcloud": "0.0.6", "eslint-config-standard": "^12.0.0", "eslint-loader": "^3.0.0", "eslint-plugin-import": "^2.18.2", |