chore: add/configure eslint

This commit is contained in:
2026-01-10 09:07:15 -03:00
parent 610611e1d9
commit 24f121f1ad
3 changed files with 1450 additions and 2 deletions
+6 -1
View File
@@ -16,9 +16,14 @@
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^25.0.5",
"eslint": "^9.39.2",
"globals": "^17.0.0",
"jiti": "^2.6.1",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"typescript-eslint": "^8.52.0"
},
"dependencies": {
"colorts": "^0.1.63",