chore: remove type any when possible #1732
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run npm run lint:
src/bigquery.ts#L322
'options' is defined but never used
|
Run npm run lint:
src/bigquery.ts#L327
'options' is defined but never used
|
Run npm run lint:
src/bigquery.ts#L332
'options' is defined but never used
|
Run npm run lint:
src/dataset.ts#L127
'options' is defined but never used
|
Run npm run lint:
src/dataset.ts#L131
'options' is defined but never used
|
Run npm run lint:
src/dataset.ts#L135
'options' is defined but never used
|
Run npm run lint:
src/job.ts#L130
'options' is defined but never used
|
Run npm run lint:
src/table.ts#L223
'options' is defined but never used
|
Run npm run lint:
src/types.d.ts#L2980
Unexpected any. Specify a different type
|
Run npm run lint:
src/types.d.ts#L3543
Unexpected any. Specify a different type
|
Loading