Skip to content

Commit 51e6ddb

Browse files
committed
chore: update eslint-plugin-vue
1 parent 6ff792a commit 51e6ddb

File tree

3 files changed

+42
-20
lines changed

3 files changed

+42
-20
lines changed

eslint.config.js

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import {
66
import {
77
fixupConfigRules
88
} from '@eslint/compat'
9+
import globals from 'globals'
910

1011
export default [
1112
pluginJs.configs.recommended,
@@ -33,6 +34,7 @@ export default [
3334
ecmaVersion: 'latest',
3435
sourceType: 'module',
3536
globals: {
37+
...globals.browser,
3638
mainWindow: 'writable',
3739
mainView: 'writable',
3840
aboutWindow: 'writable',

package.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@
5555
"electron-builder": "26.0.8",
5656
"eslint": "^9.21.0",
5757
"eslint-config-standard": "^17.1.0",
58-
"eslint-plugin-vue": "^9.32.0",
58+
"eslint-plugin-vue": "^10.0.0",
5959
"fomantic-ui": "^2.9.4",
60+
"globals": "^16.0.0",
6061
"hotkeys-js": "^3.13.9",
6162
"i18n-iso-countries": "^7.14.0",
6263
"jquery": "^3.7.1",
@@ -70,7 +71,7 @@
7071
"vue-i18n": "^11.1.1",
7172
"vue-router": "^4.5.0"
7273
},
73-
"packageManager": "pnpm@10.5.2+sha256.79a98daa90248b50815e31460790f118c56fe099113370826caa0153be6daba5",
74+
"packageManager": "pnpm@10.6.1+sha256.81204845a396962a9c4b49cc2d6cafbb49a758652d3c243f2128cbc638084fe2",
7475
"pnpm": {
7576
"onlyBuiltDependencies": [
7677
"@parcel/watcher",

pnpm-lock.yaml

+37-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)