File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ export async function unicorn(): Promise<TypedFlatConfigItem[]> {
26
26
'unicorn/no-array-callback-reference' : 'error' ,
27
27
'unicorn/no-array-method-this-argument' : 'error' ,
28
28
'unicorn/no-array-push-push' : 'error' ,
29
+ 'unicorn/no-await-in-promise-methods' : 'error' ,
29
30
'unicorn/no-console-spaces' : 'error' ,
30
31
'unicorn/no-for-loop' : 'error' ,
31
32
'unicorn/no-hex-escape' : 'error' ,
@@ -34,6 +35,7 @@ export async function unicorn(): Promise<TypedFlatConfigItem[]> {
34
35
'unicorn/no-lonely-if' : 'error' ,
35
36
'unicorn/no-new-array' : 'error' ,
36
37
'unicorn/no-new-buffer' : 'error' ,
38
+ 'unicorn/no-single-promise-in-promise-methods' : 'error' ,
37
39
'unicorn/no-static-only-class' : 'error' ,
38
40
'unicorn/no-unnecessary-await' : 'error' ,
39
41
'unicorn/no-zero-fractions' : `error` ,
You can’t perform that action at this time.
0 commit comments