Skip to content

Commit

Permalink
fix: fix broken lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredLunde committed Dec 19, 2021
1 parent 1d13713 commit 86a54a8
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 160 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"@types/react-native": "^0.65.16",
"babel-jest": "^27.4.5",
"cz-conventional-changelog": "latest",
"eslint": "latest",
"eslint-config-lunde": "latest",
"eslint": "^7.32.0",
"eslint-config-lunde": "^0.7.1",
"husky": "latest",
"jest": "latest",
"lint-staged": "latest",
Expand Down

0 comments on commit 86a54a8

Please sign in to comment.