Add a script for linking Foundry into the project root
This commit is contained in:
parent
d15301663c
commit
bf06edc5c6
6 changed files with 69 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue