We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 381fe3b + 642571c commit 8bfbe10Copy full SHA for 8bfbe10
.github/workflows/ui-release.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Run EsLint
50
working-directory: ./
51
- run: npx eslint . --ext .js,.jsx,.ts,.tsx --config package.json --max-warnings=0
+ run: npx eslint . --max-warnings=0
52
53
- name: Check Prettier Format
54
0 commit comments