{
"root": true,
"extends": [
"custom"
],
"parserOptions": {
"project": "./tsconfig.eslint.json"
},
"rules": {
"no-console": "off",
"no-eval": "off"
}