mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-22 07:01:44 +03:00
12 lines
180 B
JSON
12 lines
180 B
JSON
{
|
|
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
|
"plugins": [
|
|
"unicorn",
|
|
"typescript",
|
|
"oxc"
|
|
],
|
|
"categories": {
|
|
"correctness": "error"
|
|
}
|
|
}
|