2022-20 in js

This commit is contained in:
Julien Dessaux 2022-12-31 01:15:20 +01:00
parent 3430a7074b
commit b7a31cc688
Signed by: adyxax
GPG key ID: F92E51B86E07177E
6 changed files with 5240 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
"type": "module",
"engines": {
"node": ">=18.10.0"
},
"dependencies": {
"eslint": "^8.30.0",
"eslint-plugin-node": "^11.1.0",
"jslint": "^0.12.1"
}
}