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:
Peter Steinberger 2026-07-04 21:51:08 -04:00 committed by GitHub
parent 9b78ec8d6f
commit ea5d4b7943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",