diff options
author | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-27 11:44:59 +0200 |
---|---|---|
committer | John Molakvoæ <skjnldsv@protonmail.com> | 2023-06-27 16:16:41 +0200 |
commit | cd54f7c7f432e7a88f81c1d453798812edff0459 (patch) | |
tree | ea64c844770fd75d08df0e6ee121654e0742799f /cypress.config.ts | |
parent | 4cfab4b838ed40dec200f7673992009896c69f16 (diff) | |
download | nextcloud-server-cd54f7c7f432e7a88f81c1d453798812edff0459.tar.gz nextcloud-server-cd54f7c7f432e7a88f81c1d453798812edff0459.zip |
chore: upgrade typescript, eslint and fix lint
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'cypress.config.ts')
-rw-r--r-- | cypress.config.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/cypress.config.ts b/cypress.config.ts index 4248ad9692b..8906257cda1 100644 --- a/cypress.config.ts +++ b/cypress.config.ts @@ -1,5 +1,3 @@ -/* eslint-disable node/no-unpublished-import */ - import { applyChangesToNextcloud, configureNextcloud, |