mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore(eslint): replace node/no-extraneous-import by n/no-extraneous-import
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
parent
8633f13e0a
commit
ad6dcea779
3 changed files with 3 additions and 3 deletions
|
|
@ -102,7 +102,7 @@ import { emit, subscribe, unsubscribe } from '@nextcloud/event-bus'
|
|||
import NcAvatar from '@nextcloud/vue/dist/Components/NcAvatar.js'
|
||||
import NcButton from '@nextcloud/vue/dist/Components/NcButton.js'
|
||||
import VueCropper from 'vue-cropperjs'
|
||||
// eslint-disable-next-line node/no-extraneous-import
|
||||
// eslint-disable-next-line n/no-extraneous-import
|
||||
import 'cropperjs/dist/cropper.css'
|
||||
|
||||
import Upload from 'vue-material-design-icons/Upload.vue'
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@
|
|||
*/
|
||||
|
||||
import { getUserAgentRegExp } from 'browserslist-useragent-regexp'
|
||||
// eslint-disable-next-line node/no-extraneous-import
|
||||
// eslint-disable-next-line n/no-extraneous-import
|
||||
import browserslist from 'browserslist'
|
||||
import browserslistConfig from '@nextcloud/browserslist-config'
|
||||
|
||||
|
|
|
|||
|
|
@ -124,7 +124,7 @@ export default {
|
|||
|
||||
async beforeMount() {
|
||||
// Dynamic load big list of user agents
|
||||
// eslint-disable-next-line node/no-extraneous-import
|
||||
// eslint-disable-next-line n/no-extraneous-import
|
||||
const { agents } = await import('caniuse-lite')
|
||||
this.agents = agents
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue