mirror of
https://github.com/openclaw/openclaw.git
synced 2026-02-08 21:09:23 +08:00
Fix oxlint config file name and use a valid config.
This commit is contained in:
committed by
Peter Steinberger
parent
bc7d603867
commit
451532f6f1
11
.oxlintrc.json
Normal file
11
.oxlintrc.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"$schema": "./node_modules/oxlint/configuration_schema.json",
|
||||
"plugins": [
|
||||
"unicorn",
|
||||
"typescript",
|
||||
"oxc"
|
||||
],
|
||||
"categories": {
|
||||
"correctness": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user