Skip to content

Commit

Permalink
fix: add lint-staged to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olzzon committed Jun 11, 2024
1 parent e72e27d commit 134fb8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"lerna": "^6.0.1"
"lerna": "^6.0.1",
"lint-staged": "^15.2.5"
},
"workspaces": [
"packages/*"
Expand Down

0 comments on commit 134fb8d

Please sign in to comment.