microservices/auth-service/node_modules/debug/.eslintrc
2025-04-16 10:49:46 -07:00

11 lines
180 B
Text

{
"env": {
"browser": true,
"node": true
},
"rules": {
"no-console": 0,
"no-empty": [1, { "allowEmptyCatch": true }]
},
"extends": "eslint:recommended"
}