We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ede799 commit 05a0009Copy full SHA for 05a0009
.github/workflows/eslinter.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: latest
26
27
- name: Install ESLint
28
- run: yarn add eslint --dev
+ run: npm install eslint --save-dev
29
30
- name: Checkout Code
31
uses: actions/checkout@v4
0 commit comments