Skip to content

Commit 01ee02c

Browse files
committed
ci: remove eslint
1 parent 622ae2c commit 01ee02c

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/code-quality.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@ jobs:
2727
- name: Check Prettier formatting
2828
run: npm run format:check
2929

30-
- name: Run ESLint
31-
run: npm run lint
32-
3330
- name: Run TypeScript type checking
3431
run: npm run typecheck
3532

.github/workflows/deploy.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ jobs:
2828
- name: Check formatting with Prettier
2929
run: npm run format:check
3030

31-
- name: Run ESLint
32-
run: npm run lint
33-
3431
- name: Run TypeScript check
3532
run: npm run typecheck
3633

0 commit comments

Comments
 (0)