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 7a598ca commit eb69dc4Copy full SHA for eb69dc4
.github/workflows/lint.yml
@@ -39,7 +39,8 @@ jobs:
39
- name: Lint files
40
if: ${{ steps.files_changed.outputs.any_modified == 'true' }}
41
run: |
42
- yarn --ignore-engines --non-interactive
+ yarn --no-default-rc --non-interactive --check-files --network-timeout 1000000
43
yarn why eslint
44
- stat node_modules/.bin/eslint || true
+ find node_modules/.bin/ -type f
45
+ find node_modules/ -type d -name eslint
46
yarn lint:ci
0 commit comments