mirror of
https://github.com/unraid/api.git
synced 2026-01-01 14:10:10 -06:00
chore: lint
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
"build:dev": "nuxt build && npm run deploy:dev",
|
||||
"deploy:dev": "./scripts/deploy-dev.sh",
|
||||
"dev": "nuxt dev",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore",
|
||||
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
import { type } from 'os';
|
||||
import { from, ApolloClient, createHttpLink, InMemoryCache, split } from '@apollo/client/core/core.cjs';
|
||||
import { onError } from '@apollo/client/link/error';
|
||||
import { RetryLink } from '@apollo/client/link/retry';
|
||||
|
||||
Reference in New Issue
Block a user