Skip to content

Commit 3f11092

Browse files
committed
Moved devDependencies to bottom for readability
1 parent bd57344 commit 3f11092

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,16 @@
1616
"url": "https://ko-fi.com/adamlui"
1717
}
1818
],
19-
"devDependencies": {
20-
"eslint": "^9.14.0",
21-
"eslint-plugin-json": "^4.0.1",
22-
"husky": "^9.1.6"
23-
},
2419
"scripts": {
2520
"lint": "eslint . --cache",
2621
"lint:all": "eslint .",
2722
"lint:fix": "eslint . --fix --cache",
2823
"lint:fix-all": "eslint . --fix",
2924
"bump": "bash utils/bump.sh"
25+
},
26+
"devDependencies": {
27+
"eslint": "^9.14.0",
28+
"eslint-plugin-json": "^4.0.1",
29+
"husky": "^9.1.6"
3030
}
3131
}

0 commit comments

Comments
 (0)