Configure eslint

This commit is contained in:
Andras Schmelczer 2024-12-20 16:09:18 +00:00
parent 2030d095c9
commit 26bba4e2ff
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
3 changed files with 68 additions and 60 deletions

View file

@ -14,8 +14,7 @@
"license": "MIT",
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "8.18.0",
"@typescript-eslint/parser": "8.18.0",
"typescript-eslint": "8.18.0",
"builtin-modules": "3.3.0",
"esbuild": "0.24.0",
"esbuild-plugin-wasm-pack": "^1.1.0",
@ -28,4 +27,4 @@
"typescript": "5.7.2",
"p-queue": "^8.0.1"
}
}
}