diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-07-22 13:21:25 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2021-07-22 13:21:25 +0200 |
commit | 7ca81f360f42341b2941798374160d362507ba26 (patch) | |
tree | a3d4701504898e6c864980b989b78fc88ed92fbd /core/src/tests/.eslintrc.js | |
parent | 49b490ce6d1d726aa1c335b0b5c440d8a3cae5ff (diff) | |
download | nextcloud-server-7ca81f360f42341b2941798374160d362507ba26.tar.gz nextcloud-server-7ca81f360f42341b2941798374160d362507ba26.zip |
Fix eslint and update bundles
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/src/tests/.eslintrc.js')
-rw-r--r-- | core/src/tests/.eslintrc.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/tests/.eslintrc.js b/core/src/tests/.eslintrc.js index 449d15fec67..1559824cbcd 100644 --- a/core/src/tests/.eslintrc.js +++ b/core/src/tests/.eslintrc.js @@ -26,6 +26,6 @@ module.exports = { sinon: true, }, rules: { - "node/no-unpublished-import": 'off' - } + 'node/no-unpublished-import': 'off', + }, } |