AdGuardHome/client/prod.eslintrc

7 lines
97 B
Plaintext

{
"rules": {
// disallow the use of debugger
"no-debugger": "error",
}
}