2022-22 part 1 in js

This commit is contained in:
Julien Dessaux 2023-05-22 19:19:22 +02:00
parent 73f06861ac
commit 5a44bc3f6c
Signed by: adyxax
GPG key ID: F92E51B86E07177E
5 changed files with 415 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"
}
}