Add ESLint, Add worker utils

This commit is contained in:
uwap 2025-12-21 09:48:53 +01:00
parent a64f40b6cc
commit c026087af1
29 changed files with 3042 additions and 1734 deletions

View file

@ -12,23 +12,27 @@
"push": "yarn build && node ./upload.js"
},
"dependencies": {
"@types/screeps": "^3.3.0"
"@types/screeps": "^3.3.8"
},
"devDependencies": {
"@swc/cli": "^0.1.57",
"@swc/core": "^1.3.24",
"@swc/jest": "^0.2.24",
"@types/jest": "^29.2.5",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"dotenv": "^16.0.3",
"eslint": "^8.30.0",
"husky": "^8.0.0",
"jest": "^29.3.1",
"lodash": "^4.17.21",
"screeps-jest": "^2.0.2",
"ts-node": "^10.9.1",
"typescript": "^4.9.4"
"@eslint/js": "^9.39.2",
"@stylistic/eslint-plugin": "^5.6.1",
"@swc/cli": "^0.7.9",
"@swc/core": "^1.15.5",
"@swc/jest": "^0.2.39",
"@types/jest": "^30.0.0",
"@types/node": "^25.0.3",
"@typescript-eslint/eslint-plugin": "^8.50.0",
"@typescript-eslint/parser": "^8.50.0",
"dotenv": "^17.2.3",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jiti": "^2.6.1",
"screeps-jest": "^2.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.50.0"
}
}