diff --git a/.github/workflows/ci_vscode.yml b/.github/workflows/ci_vscode.yml index ee96c0455f4905..9bb1c1005a6499 100644 --- a/.github/workflows/ci_vscode.yml +++ b/.github/workflows/ci_vscode.yml @@ -30,7 +30,7 @@ jobs: - name: Compile VSCode working-directory: editors/vscode run: pnpm run compile - + lint: name: Lint runs-on: ubuntu-latest @@ -40,4 +40,4 @@ jobs: - name: Lint VSCode working-directory: editors/vscode - run: pnpm run lint + run: pnpm run lint diff --git a/editors/vscode/oxlint.json b/editors/vscode/oxlint.json index c7953bc05c7b58..4b8c9578b7b394 100644 --- a/editors/vscode/oxlint.json +++ b/editors/vscode/oxlint.json @@ -1,6 +1,6 @@ { - "categories": { - "correctness": "error", - "perf": "error" - } -} \ No newline at end of file + "categories": { + "correctness": "error", + "perf": "error" + } +}