style: apply Prettier formatting to TypeScript files #2
Annotations
10 errors
|
test (22.x):
src/service/elasticsearch.ts#L82
Cannot find namespace 'ES7RequestParams'.
|
|
test (22.x):
src/service/elasticsearch.ts#L82
Cannot find namespace 'ES6RequestParams'.
|
|
test (22.x):
src/service/elasticsearch.ts#L77
Cannot find namespace 'ES7RequestParams'.
|
|
test (22.x):
src/service/elasticsearch.ts#L77
Cannot find namespace 'ES6RequestParams'.
|
|
test (22.x):
src/service/elasticsearch.ts#L73
'ES7Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES7Client'?
|
|
test (22.x):
src/service/elasticsearch.ts#L73
'ES6Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES6Client'?
|
|
test (22.x):
src/service/elasticsearch.ts#L71
'ES7Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES7Client'?
|
|
test (22.x):
src/service/elasticsearch.ts#L71
'ES6Client' refers to a value, but is being used as a type here. Did you mean 'typeof ES6Client'?
|
|
test (22.x):
src/service/elasticsearch.ts#L68
'ES7ApiResponse' refers to a value, but is being used as a type here. Did you mean 'typeof ES7ApiResponse'?
|
|
test (22.x):
src/service/elasticsearch.ts#L68
'ES6ApiResponse' refers to a value, but is being used as a type here. Did you mean 'typeof ES6ApiResponse'?
|