mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-09 15:59:30 +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:
parent
9b78ec8d6f
commit
ea5d4b7943
1 changed files with 1 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue