Installed ESLint and Prettier

This commit is contained in:
2026-07-10 15:55:44 +02:00
parent b7be19cfc3
commit 8513c987c9
6 changed files with 589 additions and 1 deletions
+7 -1
View File
@@ -4,6 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"format": "prettier --write .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
@@ -20,5 +22,9 @@
"onFail": "download"
}
},
"type": "module"
"type": "module",
"devDependencies": {
"eslint": "^10.6.0",
"prettier": "^3.9.4"
}
}