空の配列を初期値なしでreduceする時エラーを出すように #1298
Annotations
10 warnings
lint:
src/error.ts#L14
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/index.ts#L32
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L115
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L115
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L118
Unexpected any. Specify a different type
|
lint:
src/interpreter/index.ts#L272
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/index.ts#L306
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/primitive-props.ts#L89
Unnecessary conditional, value is always truthy
|
lint:
src/interpreter/primitive-props.ts#L265
'opts' is defined but never used. Allowed unused args must match /^_/u
|
lint:
src/interpreter/primitive-props.ts#L273
'opts' is defined but never used. Allowed unused args must match /^_/u
|