Skip to content

Commit 8f39154

Browse files
committed
fix config file
1 parent 4c65ad1 commit 8f39154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs-lint-and-validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# run: cd temp && npx tsc --noEmit --project tsconfig.json
4444

4545
- name: Lint extracted examples
46-
run: cd temp && npx eslint *.ts --config ../.eslintrc
46+
run: cd temp && npx eslint *.ts --config ../eslint.config.js
4747

4848
- name: Clean up
4949
if: always()

0 commit comments

Comments
 (0)