Skip to content

Commit

Permalink
Merge pull request #137 from The-Fellowship-of-the-matzip/hotfix-eslint
Browse files Browse the repository at this point in the history
eslint 예외 적용으로 warning 제거
  • Loading branch information
uk960214 authored Oct 10, 2022
2 parents 322b9b9 + 9e5a55a commit 36cdee4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mat.zip",
"version": "0.1.0",
"version": "1.1.3",
"private": true,
"homepage": "https://matzip.today",
"dependencies": {
Expand Down Expand Up @@ -39,6 +39,9 @@
"react-app",
"react-app/jest"
],
"rules": {
"react-hooks/exhaustive-deps": "off"
},
"overrides": [
{
"files": [
Expand Down

0 comments on commit 36cdee4

Please sign in to comment.