diff --git a/eslint.config.js b/eslint.config.js index 24f9a96..c210ee8 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -6,7 +6,14 @@ import eslintConfigPrettier from "@vue/eslint-config-prettier"; /** @type {import('eslint').Linter.Config[]} */ export default [ { files: ["**/*.{js,mjs,cjs,vue}"] }, - { languageOptions: { globals: globals.browser } }, + { + languageOptions: { + globals: { + ...globals.browser, + __APP_VERSION__: "readable", + }, + }, + }, pluginJs.configs.recommended, ...pluginVue.configs["flat/recommended"], eslintConfigPrettier, diff --git a/src/App.vue b/src/App.vue index 4f02320..7a12097 100644 --- a/src/App.vue +++ b/src/App.vue @@ -54,7 +54,6 @@ /> -