Skip to content

Commit

Permalink
fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
imjordanxd committed Dec 14, 2024
1 parent 1779809 commit 3d1e60d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,10 @@
},
"lint-staged": {
"src/*.{js,jsx}": [
"eslint --fix --max-warnings 0",
"git add"
"eslint --fix --max-warnings 0"
],
"test/*.{js,jsx}": [
"eslint --fix --max-warnings 0",
"git add"
"eslint --fix --max-warnings 0"
]
},
"keywords": [
Expand Down

0 comments on commit 3d1e60d

Please sign in to comment.