mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 05:30:42 +00:00
fix(tooling): drop stale oxlint unicorn rule
This commit is contained in:
@@ -74,7 +74,6 @@
|
||||
"unicorn/consistent-date-clone": "error",
|
||||
"unicorn/consistent-empty-array-spread": "error",
|
||||
"unicorn/consistent-function-scoping": "off",
|
||||
"unicorn/consistent-template-literal-escape": "error",
|
||||
"unicorn/no-console-spaces": "error",
|
||||
"unicorn/no-length-as-slice-end": "error",
|
||||
"unicorn/no-instanceof-array": "error",
|
||||
|
||||
@@ -46,7 +46,6 @@ const ZERO_BASELINE_RULES = [
|
||||
"typescript/prefer-return-this-type",
|
||||
"unicorn/consistent-date-clone",
|
||||
"unicorn/consistent-empty-array-spread",
|
||||
"unicorn/consistent-template-literal-escape",
|
||||
"unicorn/no-console-spaces",
|
||||
"unicorn/no-length-as-slice-end",
|
||||
"unicorn/no-instanceof-array",
|
||||
|
||||
Reference in New Issue
Block a user