oxc/crates/oxc_cli/fixtures/no_undef/eslintrc.json
2024-04-20 23:01:59 +08:00

8 lines
86 B
JSON

{
"rules": {
"no-undef": "warn"
},
"globals": {
"foo": "readonly"
}
}