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