Format without eclint

This commit is contained in:
Andras Schmelczer 2025-12-14 14:14:07 +00:00
commit d13abc115d
35 changed files with 3276 additions and 3301 deletions

View file

@ -5,13 +5,8 @@
"target": "ES2022",
"module": "CommonJS",
"esModuleInterop": true,
"lib": [
"DOM",
"ES2024",
],
"lib": ["DOM", "ES2024"],
"moduleResolution": "node"
},
"exclude": [
"./dist"
]
"exclude": ["./dist"]
}