Skip to content

Commit 05a0009

Browse files
committed
Add eslinter
1 parent 4ede799 commit 05a0009

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/eslinter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: latest
2626

2727
- name: Install ESLint
28-
run: yarn add eslint --dev
28+
run: npm install eslint --save-dev
2929

3030
- name: Checkout Code
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)