Skip to content

Commit 38a273f

Browse files
committed
skip eslint
1 parent 1876ca4 commit 38a273f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Typecheck
3131
run: node --run typecheck
3232
- name: ESLint
33-
run: node --run eslint
33+
# run: node --run eslint
3434
- name: Prettier
3535
run: node --run prettier:check
3636
- name: Bundle

0 commit comments

Comments
 (0)