diff --git a/.github/workflows/eslint.yaml b/.github/workflows/eslint.yaml index 9b39813..9c128ce 100644 --- a/.github/workflows/eslint.yaml +++ b/.github/workflows/eslint.yaml @@ -11,4 +11,4 @@ jobs: - name: Install eslint run: npm install -g eslint - name: Run eslint - run: eslint --ext .js . \ No newline at end of file + run: eslint . \ No newline at end of file