Plugin implementation #10
Annotations
10 errors and 1 warning
Build:
src/plugin.ts#L106
Missing return type on function
|
Build:
src/plugin.ts#L132
Promise returned in function argument where a void return was expected
|
Build:
src/plugin.ts#L133
'@typescript-eslint/no-unsafe-call' rule is disabled but never reported
|
Build:
src/plugin.ts#L135
Unexpected any. Specify a different type
|
Build:
src/plugin.ts#L159
This assertion is unnecessary since it does not change the type of the expression
|
Build:
test/index.test.ts#L74
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free
|
Build:
test/index.test.ts#L76
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build:
test/index.test.ts#L79
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build:
test/index.test.ts#L83
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build:
test/index.test.ts#L90
Promises must be awaited, end with a call to .catch, end with a call to .then with a rejection handler or be explicitly marked as ignored with the `void` operator
|
Build
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/.
|