Add a script for linking Foundry into the project root

This commit is contained in:
Eldritch-Oliver 2025-10-04 20:43:41 -06:00
parent d15301663c
commit bf06edc5c6
6 changed files with 69 additions and 2 deletions

View file

@ -3,9 +3,11 @@
"@eslint/js": "^9.16.0",
"@foundryvtt/foundryvtt-cli": "^1.0.3",
"@stylistic/eslint-plugin": "^2.12.0",
"dotenv": "^17.2.3",
"eslint": "^9.16.0"
},
"scripts": {
"link": "node scripts/linkFoundry.mjs",
"lint": "eslint --fix",
"lint:nofix": "eslint"
}