Files
AdGuardHome/client_v2/prod.eslintrc
Ildar Kamalov 2b3e792641 fix build
2025-07-16 17:04:23 +03:00

7 lines
97 B
Plaintext

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