Skip to content

Commit 88f13d1

Browse files
committed
chore: update dev dependencies
1 parent f8c5148 commit 88f13d1

3 files changed

Lines changed: 59 additions & 56 deletions

File tree

.oxlintrc.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@
7878
"unicorn/consistent-existence-index-check": "error",
7979
"unicorn/error-message": "error",
8080
"unicorn/no-anonymous-default-export": "error",
81+
"unicorn/no-array-fill-with-reference-type": "error",
82+
"unicorn/no-confusing-array-with": "error",
8183
"unicorn/no-immediate-mutation": "error",
8284
"unicorn/no-length-as-slice-end": "error",
8385
"unicorn/no-object-as-default-parameter": "error",
@@ -97,6 +99,7 @@
9799
"unicorn/prefer-node-protocol": "error",
98100
"unicorn/prefer-number-properties": "error",
99101
"unicorn/prefer-regexp-test": "error",
102+
"unicorn/prefer-single-call": "error",
100103
"unicorn/prefer-string-slice": "error",
101104
"unicorn/require-number-to-fixed-digits-argument": "error"
102105
}

0 commit comments

Comments
 (0)