Added linter for json files and fixed newly created linting errors.

This commit is contained in:
Liviu Burcusel 2025-10-25 12:31:38 +02:00
parent 4c847d5e2b
commit a982ae83a9
Signed by: liviu
GPG key ID: 6CDB37A4AD2C610C
6 changed files with 170 additions and 9 deletions

View file

@ -5,6 +5,6 @@
"compilerOptions": {
"tsBuildInfoFile": "./node_modules/.tmp/tsconfig.vitest.tsbuildinfo",
"types": ["node", "happy-dom"],
},
"types": ["node", "happy-dom"]
}
}