File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ export function disables(): TypedFlatConfigItem[] {
9
9
rules : {
10
10
'no-console' : 'off' ,
11
11
'ts/explicit-function-return-type' : 'off' ,
12
- 'unicorn/consistent-function-scoping' : 'off' ,
13
12
} ,
14
13
} ,
15
14
{
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 @@ -12,7 +12,6 @@ export function unicorn(): TypedFlatConfigItem[] {
12
12
// 'unicorn/better-regex': 'error',
13
13
'unicorn/catch-error-name' : 'error' ,
14
14
'unicorn/consistent-empty-array-spread' : 'error' ,
15
- 'unicorn/consistent-function-scoping' : [ 'error' , { checkArrowFunctions : false } ] ,
16
15
'unicorn/custom-error-definition' : 'error' ,
17
16
'unicorn/error-message' : 'error' ,
18
17
// 'unicorn/explicit-length-check': 'error',
You can’t perform that action at this time.
0 commit comments