Validate javascript on PRs

This commit is contained in:
Will Toohey
2023-10-29 10:50:31 +10:00
committed by Will
parent 06d052d6ba
commit 8692ce43a8
4 changed files with 27 additions and 2 deletions
+10
View File
@@ -0,0 +1,10 @@
{
"name": "bemanipatcher",
"version": "1.0.0",
"description": "Online DLL patcher. This file only exists for eslint.",
"author": "mon",
"devDependencies": {
"eslint": "^8.52.0",
"eslint-plugin-html": "^7.1.0"
}
}