Migrate to bun and eslint.

This commit is contained in:
2025-01-02 17:01:39 -06:00
parent 8418b242c3
commit 4a9f582ad8
6 changed files with 61 additions and 32 deletions

View File

@ -9,7 +9,7 @@
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"prepare": "bun run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
@ -23,6 +23,9 @@
"author": "Jonathan Bernard",
"license": "GPL-3.0",
"devDependencies": {
"typescript": "^5.0.4"
"@typescript-eslint/parser": "^8.19.0",
"eslint-plugin-import": "^2.31.0",
"typescript": "^5.0.4",
"typescript-eslint": "^8.19.0"
}
}