From b57c5a9be8c6ecfa8f2670b98970b1a6ce0e2a60 Mon Sep 17 00:00:00 2001 From: Sebin Nyshkim Date: Mon, 3 Apr 2023 00:33:35 +0200 Subject: [PATCH] style: run linter --- .eslintrc.cjs | 18 ++++---- src/components/LocaleSwitcher.vue | 33 +++++++-------- src/components/SiteNavigation.vue | 5 --- src/views/AnatomyView.vue | 31 +++++++------- src/views/CareerPathView.vue | 26 ++++++------ src/views/GeneralView.vue | 70 +++++++++++++++---------------- src/views/HomeView.vue | 10 ++--- 7 files changed, 94 insertions(+), 99 deletions(-) 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 @@