Skip to content

Commit 3a00b3a

Browse files
committed
Fix master testing and update eslint-config
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
1 parent 74dcd84 commit 3a00b3a

File tree

3 files changed

+48
-21
lines changed

3 files changed

+48
-21
lines changed

build/files-checker.php

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
'.babelrc',
2626
'.codecov.yml',
2727
'.drone.yml',
28+
'.eslintrc.js',
2829
'.git',
2930
'.gitattributes',
3031
'.github',
@@ -52,20 +53,20 @@
5253
'config',
5354
'console.php',
5455
'contribute',
55-
'COPYING',
5656
'COPYING-README',
57+
'COPYING',
5758
'core',
5859
'cron.php',
5960
'index.html',
6061
'index.php',
6162
'lib',
6263
'Makefile',
6364
'occ',
64-
'ocs',
65-
'ocs-provider',
6665
'ocm-provider',
67-
'package.json',
66+
'ocs-provider',
67+
'ocs',
6868
'package-lock.json',
69+
'package.json',
6970
'public.php',
7071
'README.md',
7172
'remote.php',

package-lock.json

Lines changed: 41 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,13 @@
7070
"@babel/core": "^7.6.2",
7171
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
7272
"@babel/preset-env": "^7.6.2",
73+
"babel-eslint": "^10.0.3",
7374
"babel-loader": "^8.0.6",
7475
"babel-plugin-transform-es2015-arrow-functions": "^6.22.0",
7576
"browserslist-config-nextcloud": "0.0.1",
7677
"css-loader": "^3.2.0",
7778
"eslint": "^5.16.0",
78-
"eslint-config-nextcloud": "0.0.5",
79+
"eslint-config-nextcloud": "0.0.6",
7980
"eslint-config-standard": "^12.0.0",
8081
"eslint-loader": "^3.0.0",
8182
"eslint-plugin-import": "^2.18.2",

0 commit comments

Comments
 (0)