fix(tooling): drop stale oxlint unicorn rule

This commit is contained in:
Vincent Koc
2026-04-22 21:45:38 -07:00
parent 56c7ed0f8a
commit ccde1c4707
2 changed files with 0 additions and 2 deletions

View File

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

View File

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