We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c65ad1 commit 8f39154Copy full SHA for 8f39154
.github/workflows/docs-lint-and-validate.yaml
@@ -43,7 +43,7 @@ jobs:
43
# run: cd temp && npx tsc --noEmit --project tsconfig.json
44
45
- name: Lint extracted examples
46
- run: cd temp && npx eslint *.ts --config ../.eslintrc
+ run: cd temp && npx eslint *.ts --config ../eslint.config.js
47
48
- name: Clean up
49
if: always()
0 commit comments