Skip to content

Commit 642571c

Browse files
committed
fix eslint check in release job
1 parent 51fdcf7 commit 642571c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/ui-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Run EsLint
5050
working-directory: ./
51-
run: npx eslint . --ext .js,.jsx,.ts,.tsx --config package.json --max-warnings=0
51+
run: npx eslint . --max-warnings=0
5252

5353
- name: Check Prettier Format
5454
working-directory: ./

0 commit comments

Comments
 (0)