Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-12-04 05:01:16 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2021-12-04 13:46:54 +0300
commit8e8e1d9f137e94c9cedb95204febdaf1a634ab02 (patch)
tree917f78e7bde70811e3791bd20d9d582dde6070e0 /.eslintrc.js
parent270702db519853337ebf20ad660a8ed92f6c88ab (diff)
Bump @nextcloud/webpack-vue-config from 1.2.0 to 4.2.0
Bumps [@nextcloud/webpack-vue-config](https://github.com/nextcloud/webpack-vue-config) from 1.2.0 to 4.2.0. - [Release notes](https://github.com/nextcloud/webpack-vue-config/releases) - [Changelog](https://github.com/nextcloud/webpack-vue-config/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/webpack-vue-config/compare/v1.2.0...v4.2.0) --- updated-dependencies: - dependency-name: "@nextcloud/webpack-vue-config" dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.eslintrc.js')
-rw-r--r--.eslintrc.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.eslintrc.js b/.eslintrc.js
index 6f74afad..e3536c9f 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -1,3 +1,3 @@
module.exports = {
- extends: ['nextcloud']
+ extends: ['@nextcloud']
}