only translations #5
Annotations
2 errors and 6 warnings
release:
lib.ts#L1
Cannot find module './locale/en-US/zotero-edtechhub.ftl' or its corresponding type declarations.
|
release
Process completed with exit code 2.
|
release
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
release:
bootstrap.ts#L99
Object pattern argument should be typed
|
release:
bootstrap.ts#L126
Missing return type on function
|
release:
bootstrap.ts#L140
Missing return type on function
|
release:
lib.ts#L242
Use const or class constructors instead of named functions
|
release:
lib.ts#L242
Don't use `Function` as a type. Avoid using the `Function` type. Prefer a specific function type, like `() => void`
|