Skip to content

Commit

Permalink
Moved devDependencies to bottom for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui committed Nov 13, 2024
1 parent 92c4db0 commit 2ce1812
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"homepage": "https://github.com/KudoAI/ads-library",
"devDependencies": {
"eslint": "^9.14.0",
"eslint-plugin-json": "^4.0.1",
"husky": "^9.1.6"
},
"scripts": {
"lint": "eslint . --cache",
"lint:all": "eslint .",
"lint:fix": "eslint . --fix --cache",
"lint:fix-all": "eslint . --fix"
},
"devDependencies": {
"eslint": "^9.14.0",
"eslint-plugin-json": "^4.0.1",
"husky": "^9.1.6"
}
}

0 comments on commit 2ce1812

Please sign in to comment.