diff --git a/.eslintrc.cjs b/.eslintrc.cjs index dc51c01..6f40582 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -1,15 +1,15 @@ /* eslint-env node */ -require("@rushstack/eslint-patch/modern-module-resolution"); +require('@rushstack/eslint-patch/modern-module-resolution') module.exports = { root: true, - extends: [ - "plugin:vue/vue3-essential", - "eslint:recommended", - "@vue/eslint-config-typescript", - "@vue/eslint-config-prettier", + 'extends': [ + 'plugin:vue/vue3-essential', + 'eslint:recommended', + '@vue/eslint-config-typescript', + '@vue/eslint-config-prettier/skip-formatting' ], parserOptions: { - ecmaVersion: "latest", - }, -}; + ecmaVersion: 'latest' + } +} diff --git a/src/components/LocaleSwitcher.vue b/src/components/LocaleSwitcher.vue index a87397d..ab21fbd 100644 --- a/src/components/LocaleSwitcher.vue +++ b/src/components/LocaleSwitcher.vue @@ -1,43 +1,42 @@ diff --git a/src/views/CareerPathView.vue b/src/views/CareerPathView.vue index 799e10e..0762133 100644 --- a/src/views/CareerPathView.vue +++ b/src/views/CareerPathView.vue @@ -1,13 +1,13 @@