Some checks failed
Backend CI Pipeline / build-and-test (push) Has been cancelled
16 lines
269 B
JSON
16 lines
269 B
JSON
{
|
|
"env": {
|
|
"node": true,
|
|
"es2021": true,
|
|
"jest": true
|
|
},
|
|
"extends": "eslint:recommended",
|
|
"parserOptions": {
|
|
"ecmaVersion": "latest"
|
|
},
|
|
"rules": {
|
|
"no-unused-vars": ["error", { "argsIgnorePattern": "^_" }],
|
|
"no-console": "off"
|
|
}
|
|
}
|