feat: implement ban-tslint-comment rule #1825
Annotations
1 error and 10 warnings
|
|
|
packages/rslint/src/browser.ts#L42
Function has no 'await' expression.
|
|
packages/rslint/src/browser.ts#L47
Unsafe argument of type any assigned to a parameter of type Uint8Array<ArrayBufferLike>.
|
|
packages/rslint/src/browser.ts#L36
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.
|
|
packages/vscode-extension/src/logger.ts#L54
'unknown' overrides all other types in this union type.
|
|
packages/vscode-extension/__tests__/runTest.ts#L36
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.
|
|
packages/rslint/src/types.ts#L82
Unexpected any. Specify a different type.
|
|
packages/rslint/src/types.ts#L82
Unexpected any. Specify a different type.
|
|
packages/rslint/src/types.ts#L77
Unexpected any. Specify a different type.
|
|
packages/rslint/src/types.ts#L70
Unexpected any. Specify a different type.
|
|
packages/rslint/src/types.ts#L21
Unexpected any. Specify a different type.
|
The logs for this run have expired and are no longer available.
Loading