chore(deps): update dependency eslint to v9
This commit is contained in:
+5
-3
@@ -12,10 +12,10 @@
|
||||
"generate": "nuxt generate",
|
||||
"preview": "nuxt preview",
|
||||
"postinstall": "nuxt prepare",
|
||||
"lint:js": "eslint --ext \".ts,.js,.cjs,.vue\" --ignore-path .gitignore .",
|
||||
"lint:js": "eslint .",
|
||||
"lint:style": "stylelint \"**/*.{css,scss,sass,html,vue}\" --ignore-path .gitignore",
|
||||
"lint": "yarn lint:js && yarn lint:style",
|
||||
"lintfix": "yarn lint:js --fix && yarn lint:style --fix",
|
||||
"lintfix": "eslint --fix . && yarn lint:style --fix",
|
||||
"codegen": "graphql-codegen && eslint --ext \".ts\" --ignore-path .gitignore graphql/generated/operations.ts --fix"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -27,6 +27,7 @@
|
||||
"@graphql-codegen/typescript-operations": "^4.2.0",
|
||||
"@graphql-codegen/typescript-vue-apollo": "^4.1.0",
|
||||
"@nuxt/devtools": "^1.0.8",
|
||||
"@nuxt/eslint": "^0.3.13",
|
||||
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
||||
"@nuxtjs/eslint-module": "^4.1.0",
|
||||
"@nuxtjs/i18n": "^8.1.1",
|
||||
@@ -34,7 +35,7 @@
|
||||
"@typescript-eslint/parser": "^7.0.2",
|
||||
"@vue/test-utils": "^2.4.4",
|
||||
"esbuild": "^0.21.0",
|
||||
"eslint": "^8.56.0",
|
||||
"eslint": "^9.3.0",
|
||||
"eslint-plugin-nuxt": "^4.0.0",
|
||||
"eslint-plugin-vue": "^9.22.0",
|
||||
"nuxt": "^3.10.3",
|
||||
@@ -44,6 +45,7 @@
|
||||
"stylelint-config-recommended-vue": "^1.5.0",
|
||||
"stylelint-config-standard": "^36.0.0",
|
||||
"typescript": "^5.3.3",
|
||||
"typescript-eslint": "8.0.0-alpha.20",
|
||||
"vite-plugin-vuetify": "^2.0.1",
|
||||
"vue": "^3.4.19",
|
||||
"vue-router": "^4.3.0",
|
||||
|
||||
Reference in New Issue
Block a user