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 b7b0172 commit ff557f4Copy full SHA for ff557f4
.github/workflows/eslint-plugin-diff.yml
@@ -11,4 +11,4 @@ jobs:
11
- name: Run ESLint on your changes only
12
env:
13
ESLINT_PLUGIN_DIFF_COMMIT: $GITHUB_HEAD_REF
14
- run: eslint --ext .js,.jsx,.ts,.tsx .
+ run: node_modules/.bin/eslint --ext .js,.jsx,.ts,.tsx .
0 commit comments