diff --git a/.github/workflows/production-ci.yml b/.github/workflows/production-ci.yml index ab11bf0..9e768b2 100644 --- a/.github/workflows/production-ci.yml +++ b/.github/workflows/production-ci.yml @@ -4,9 +4,6 @@ on: push: branches: - production - pull_request: - branches: - - production jobs: do-scan: @@ -14,7 +11,6 @@ jobs: runs-on: ubuntu-latest permissions: contents: read - pull-requests: read steps: - name: Checkout code diff --git a/eslint.config.js b/eslint.config.js index aee01c7..09c0e72 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -22,7 +22,8 @@ export default typescriptEslint.config( }, }, rules: { - // your rules + "@typescript-eslint/no-explicit-any": "off", + "@typescript-eslint/no-require-imports": "off", }, }, eslintConfigPrettier diff --git a/src/components/HeaderNavBar.vue b/src/components/HeaderNavBar.vue index e6e0ec8..6cd7416 100644 --- a/src/components/HeaderNavBar.vue +++ b/src/components/HeaderNavBar.vue @@ -6,7 +6,7 @@ import { RouterLink } from "vue-router";
- + - +