mirror of
https://github.com/unraid/api.git
synced 2026-05-01 20:54:27 -05:00
feat: eslint setup
This commit is contained in:
+6
-2
@@ -3,13 +3,14 @@
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build": "nuxt build",
|
||||
"build:dev": "nuxt build && npm run deploy:dev",
|
||||
"deploy:dev": "./scripts/deploy-dev.sh",
|
||||
"dev": "nuxt dev",
|
||||
"lint": "eslint .",
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"serve": "serve dist/nuxt-custom-elements/connect-components",
|
||||
"deploy:dev": "./scripts/deploy-dev.sh",
|
||||
"build:dev": "nuxt build && npm run deploy:dev",
|
||||
"codegen": "graphql-codegen --config codegen.ts -r dotenv/config",
|
||||
"codegen:watch": "graphql-codegen --config codegen.ts --watch -r dotenv/config"
|
||||
},
|
||||
@@ -18,6 +19,8 @@
|
||||
"@graphql-codegen/client-preset": "^4.0.1",
|
||||
"@graphql-codegen/introspection": "^4.0.0",
|
||||
"@nuxt/devtools": "^0.6.1",
|
||||
"@nuxt/eslint-config": "^0.1.1",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.0.0",
|
||||
"@nuxtjs/tailwindcss": "^6.7.0",
|
||||
"@types/crypto-js": "^4.1.1",
|
||||
"@types/node": "^18",
|
||||
@@ -25,6 +28,7 @@
|
||||
"@vueuse/core": "^10.1.2",
|
||||
"@vueuse/nuxt": "^10.1.2",
|
||||
"amazon-cognito-identity-js": "^6.2.0",
|
||||
"eslint": "^8.45.0",
|
||||
"lodash-es": "^4.17.21",
|
||||
"nuxt": "^3.5.1",
|
||||
"nuxt-custom-elements": "^2.0.0-beta.12"
|
||||
|
||||
Reference in New Issue
Block a user