chore: lint

This commit is contained in:
Zack Spear
2023-08-08 12:15:03 -07:00
committed by Zack Spear
parent 2c5dbdd123
commit 959a2618c0
2 changed files with 1 additions and 2 deletions

View File

@@ -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",

View File

@@ -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';