Skip to content

Commit

Permalink
dev: update eslint version in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mpark63 committed Apr 17, 2024
1 parent 830d563 commit 41905d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/eslint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
- name: Install Dependencies
run: |
npm install
npm install -g eslint
npm install -g eslint@8.57.0
- name: Run ESLint
run: eslint . --ext .js,.jsx,.ts,.tsx --max-warnings 0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"mini-css-extract-plugin": "2.7.6",
"msw": "^1.1.0",
"postcss": "^8.4.21",
"prettier": "3.2.5",
"prettier": "^3.2.5",
"tailwindcss": "^3.2.7",
"typescript": "^4.9.5"
}
Expand Down

0 comments on commit 41905d7

Please sign in to comment.