Skip to content

Commit 902d106

Browse files
committed
Try again
1 parent a62073f commit 902d106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/code-qa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
- name: Check types
3030
run: npm run check-types
3131
- name: Lint extension
32-
run: npx eslint --max-warnings=0 src/**/*.ts
32+
run: npx eslint -c .eslintrc.json --debug --max-warnings=0 src/**/*.ts
3333
- name: Lint webview
3434
working-directory: webview-ui
35-
run: npx eslint --max-warnings=0 src/**/*.ts src/**/*.tsx
35+
run: npx eslint -c .eslintrc.json --debug --max-warnings=0 src/**/*.ts src/**/*.tsx
3636

3737
check-translations:
3838
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)