From 8af40bfe50c26e8383d5c6711dd9c00c63c55d03 Mon Sep 17 00:00:00 2001 From: Pierre Tellier Date: Sun, 9 Feb 2025 14:04:12 +0100 Subject: [PATCH] fix: linter action: installed required modules --- .gitea/workflows/linter.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/linter.yaml b/.gitea/workflows/linter.yaml index e0c4683..80cfbfe 100644 --- a/.gitea/workflows/linter.yaml +++ b/.gitea/workflows/linter.yaml @@ -8,9 +8,8 @@ jobs: uses: actions/checkout@v3 - name: Install ESLint - run: | - npm install eslint - + run: npm install eslint eslint-config-prettier eslint-plugin-vue globals typescript-eslint + - name: Run ESLint working-directory: ./front/MyINPulse-front run: npx eslint