sonar and other files
Some checks failed
Backend CI Pipeline / build-and-test (push) Has been cancelled

This commit is contained in:
2026-02-06 17:06:39 +00:00
parent 6775a97909
commit a06c9c9057
3 changed files with 36 additions and 0 deletions

15
.eslintrc.json Normal file
View File

@@ -0,0 +1,15 @@
{
"env": {
"node": true,
"es2021": true,
"jest": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": "latest"
},
"rules": {
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
"no-console": "off"
}
}