add lint and format ignore paths and additional scripts + fix formatting

This commit is contained in:
2026-06-21 21:08:28 +02:00
parent 63bcdf9356
commit a2a10ee4df
5 changed files with 29 additions and 27 deletions
+3 -1
View File
@@ -7,8 +7,10 @@
"type": "commonjs",
"main": "index.js",
"scripts": {
"fmt": "oxfmt",
"fmt": "oxfmt --check",
"fmt:fix": "oxfmt",
"lint": "oxlint",
"lint:fix": "oxlint --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {