We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5e235 commit 4afd784Copy full SHA for 4afd784
1 file changed
.github/workflows/eslint.yml
@@ -27,4 +27,4 @@ jobs:
27
- name: Install modules
28
run: npm install
29
- name: Run ESLint
30
- run: npx eslint . --ext .js,.jsx,.ts,.tsx
+ run: npm run lint
0 commit comments