Skip to content

Commit

Permalink
fix: make eslint a devDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
christianchown committed Sep 5, 2024
1 parent 39762ec commit 47fe979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
},
"dependencies": {
"buffer": "^6.0.3",
"eslint-plugin-ft-flow": "^3.0.11",
"http-status-codes": "^2.3.0"
},
"devDependencies": {
Expand All @@ -67,6 +66,7 @@
"del-cli": "^5.1.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-ft-flow": "^3.0.11",
"eslint-plugin-prettier": "^5.2.1",
"jest": "^29.7.0",
"metro-config": "^0.80.9",
Expand Down

0 comments on commit 47fe979

Please sign in to comment.