mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-21 10:16:44 +00:00
chore: enable array fill lint rule (#100122)
* chore: enable array fill lint rule * chore: enable array fill lint rule * chore: enable array fill lint rule
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
"unicorn/consistent-date-clone": "error",
|
||||
"unicorn/consistent-empty-array-spread": "error",
|
||||
"unicorn/consistent-function-scoping": "off",
|
||||
"unicorn/no-array-fill-with-reference-type": "error",
|
||||
"unicorn/no-console-spaces": "error",
|
||||
"unicorn/no-empty-file": "error",
|
||||
"unicorn/no-invalid-fetch-options": "error",
|
||||
|
||||
Reference in New Issue
Block a user