feat(analytics): report extension usage #225
Annotations
2 errors and 6 warnings
Type checking:
src/utils/rows-api/report.ts#L35
'table_id' is declared but its value is never read.
|
Type checking
Process completed with exit code 2.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Linting JS/TS:
src/utils/rows-api/fetch.ts#L18
Missing return type on function
|
Linting JS/TS:
src/utils/rows-api/report.ts#L9
Missing return type on function
|
Linting JS/TS:
src/utils/rows-api/report.ts#L21
Forbidden non-null assertion
|
Linting JS/TS:
src/utils/rows-api/report.ts#L35
'table_id' is assigned a value but never used
|
Linting JS/TS:
src/utils/rows-api/report.ts#L47
Forbidden non-null assertion
|
Loading