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 0d580e5 commit eb9a4c6Copy full SHA for eb9a4c6
.github/workflows/docs-lint-and-validate.yaml
@@ -39,7 +39,7 @@ jobs:
39
block_number: 2 # Quickstart
40
41
- name: Lint extracted examples
42
- run: npx eslint temp/*.ts
+ run: npx eslint temp/*.ts --config .eslintrc
43
44
- name: Clean up
45
if: always()
0 commit comments