Skip to content

Commit 6dc7c91

Browse files
feat: more tweaks
1 parent 837b3ad commit 6dc7c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configs/unicorn.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export async function unicorn(): Promise<FlatConfigItem[]> {
6868
"unicorn/no-useless-fallback-in-spread": "error",
6969
"unicorn/no-useless-length-check": "error",
7070
"unicorn/no-useless-promise-resolve-reject": "error",
71-
"unicorn/no-useless-spread": "error",
71+
// "unicorn/no-useless-spread": "error", // https://github.com/sindresorhus/eslint-plugin-unicorn/issues/2018
7272
"unicorn/no-useless-switch-case": "error",
7373
"unicorn/no-zero-fractions": "error",
7474
"unicorn/number-literal-case": "error",

0 commit comments

Comments
 (0)