Skip to content

Commit 5e07ab3

Browse files
author
Gideon
committed
FIX: Lets try the ESlint this way.
1 parent 1caa9be commit 5e07ab3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ jobs:
1212
- name: Install modules
1313
run: yarn
1414
- name: Run ESLint
15-
run: eslint . --ext .js,.jsx,.ts,.tsx
16-
15+
run: yarn lint
1716
vitest:
1817
runs-on: ubuntu-latest
1918
steps:

0 commit comments

Comments
 (0)