Refactor: re-throw error on load #393
Annotations
1 error and 2 warnings
@typescript-eslint/no-empty-function:
src/wavesurfer.ts#L192
Unexpected empty arrow function.
|
@typescript-eslint/no-explicit-any:
src/player.ts#L48
Unexpected any. Specify a different type.
* [SUGGESTION] Use `unknown` instead, this will force you to explicitly, and safely assert the type is correct.
* [SUGGESTION] Use `never` instead, this is useful when instantiating generic type parameters that you don't need to know the type of.
|
eslint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|