mirror of
https://github.com/Imtjl/2nd-year-guide.git
synced 2026-09-14 11:06:13 +05:00
13 lines
216 B
JSON
13 lines
216 B
JSON
{
|
|
"name": "formatting",
|
|
"devDependencies": {
|
|
"@types/bun": "latest",
|
|
"husky": "^9.1.4",
|
|
"lint-staged": "^15.2.8",
|
|
"prettier": "^3.3.3"
|
|
},
|
|
"lint-staged": {
|
|
"*.md": "prettier --write"
|
|
}
|
|
}
|