summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-28 06:59:08 +0200
committerRory& <root@rory.gay>2025-05-28 07:00:13 +0200
commit392bea940b224d2ea69e004dfb965983e3b75ea7 (patch)
tree232e14dc1ae41dcdc359e6ce5a52d1b12b4b9657 /package.json
parentOrganise dependencies (diff)
downloadnodejs-final-assignment-392bea940b224d2ea69e004dfb965983e3b75ea7.tar.xz
Initialise modules, add eslint config
Diffstat (limited to 'package.json')
-rw-r--r--package.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/package.json b/package.json

index 85db6cd..9d2c557 100644 --- a/package.json +++ b/package.json
@@ -12,8 +12,16 @@ }, "author": "", "license": "ISC", + "_moduleAliases": { + "@api": "./src/api", + "@db": "./src/db", + "@utils": "./src/util" + }, "devDependencies": { + "@eslint/eslintrc": "^3.3.1", + "@eslint/js": "^9.27.0", "eslint": "^9.27.0", + "globals": "^16.2.0", "husky": "^9.1.7", "prettier": "^3.5.3", "prettier-quick": "^0.0.5"