introduce prettierrc formatting

This commit is contained in:
John Gatward
2026-03-31 22:19:53 +01:00
parent 415b76532a
commit 7c58ce135c
100 changed files with 85618 additions and 11596 deletions

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "havox",
"version": "1.0.0",
"description": "",
"main": "404.js",
"scripts": {
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git@git.umbra.mom:jay/havox.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"prettier": "^3.8.1"
}
}