RC-4 | Repo initialization
This commit is contained in:
parent
0787446c8d
commit
a48071b29a
11 changed files with 2419 additions and 0 deletions
12
package.json
Normal file
12
package.json
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.16.0",
|
||||
"@foundryvtt/foundryvtt-cli": "^1.0.3",
|
||||
"@stylistic/eslint-plugin": "^2.12.0",
|
||||
"eslint": "^9.16.0"
|
||||
},
|
||||
"scripts": {
|
||||
"lint": "eslint --fix",
|
||||
"lint:nofix": "eslint"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue