mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
12 lines
232 B
JSON
12 lines
232 B
JSON
{
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": false,
|
|
"suspicious": {
|
|
"recommended": false,
|
|
"noDebugger": "error"
|
|
}
|
|
}
|
|
}
|
|
}
|