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 85d6578 commit 08e364dCopy full SHA for 08e364d
.github/workflows/continuous-integration.yaml
@@ -65,7 +65,7 @@ jobs:
65
name: '[OSS / REVIEW DOG] Launch eslint'
66
uses: reviewdog/action-eslint@d3395027ea2cfc5cf8f460b1ea939b6c86fea656 # v1.17.0
67
with:
68
- eslint_flags: './src --color --config .eslintrc.json --ext .js'
+ eslint_flags: '--color --no-inline-config .eslintrc.json ./{__tests__,src}/**/*.js'
69
fail_on_error: true
70
github_token: ${{ secrets.GITHUB_TOKEN }}
71
level: 'error'
0 commit comments