Migrate to bun and eslint.
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user