2020-14 part 2 in javascript

This commit is contained in:
Julien Dessaux 2023-03-29 23:30:06 +02:00
parent c3e29b9d80
commit 81cd59c03a
Signed by: adyxax
GPG key ID: F92E51B86E07177E
3 changed files with 117 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"
}
}