mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
8 lines
86 B
JSON
8 lines
86 B
JSON
{
|
|
"rules": {
|
|
"no-undef": "warn"
|
|
},
|
|
"globals": {
|
|
"foo": "readonly"
|
|
}
|
|
}
|