File tree 3 files changed +0
-3
lines changed
3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export async function disables(): Promise<TypedFlatConfigItem[]> {
10
10
rules : {
11
11
'no-console' : 'off' ,
12
12
'ts/explicit-function-return-type' : 'off' ,
13
- 'unicorn/consistent-function-scoping' : 'off' ,
14
13
} ,
15
14
} ,
16
15
{
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ export async function test(
54
54
'test/prefer-lowercase-title' : 'error' ,
55
55
56
56
'ts/explicit-function-return-type' : 'off' ,
57
- 'unicorn/consistent-function-scoping' : 'off' ,
58
57
59
58
...overrides ,
60
59
} ,
Original file line number Diff line number Diff line change @@ -14,7 +14,6 @@ export async function unicorn(options: OptionsUnicorn = {}): Promise<TypedFlatCo
14
14
? pluginUnicorn . configs [ 'flat/recommended' ] . rules
15
15
: {
16
16
'unicorn/consistent-empty-array-spread' : 'error' ,
17
- 'unicorn/consistent-function-scoping' : [ 'error' , { checkArrowFunctions : false } ] ,
18
17
'unicorn/error-message' : 'error' ,
19
18
'unicorn/escape-case' : 'error' ,
20
19
'unicorn/new-for-builtins' : 'error' ,
You can’t perform that action at this time.
0 commit comments