devDeps: update @metamask/eslint-config*
from 10 to 12
#59
Annotations
11 errors and 8 warnings
|
src/SmartTransactionsController.test.ts#L2
All imports in the declaration are only used as types. Use `import type`
|
src/SmartTransactionsController.test.ts#L2
There should be at least one empty line between import groups
|
src/SmartTransactionsController.test.ts#L2
`@metamask/network-controller` import should occur before import of `nock`
|
src/SmartTransactionsController.test.ts#L6
`./constants` import should occur before import of `./SmartTransactionsController`
|
src/SmartTransactionsController.test.ts#L7
Import "SmartTransaction" is only used as types
|
src/SmartTransactionsController.test.ts#L326
Functions that return promises must be async
|
src/SmartTransactionsController.test.ts#L367
Functions that return promises must be async
|
src/index.test.ts#L2
`.` import should occur before import of `./SmartTransactionsController`
|
src/utils.test.ts#L2
`./types` import should occur before import of `./utils`
|
src/utils.test.ts#L8
`./constants` import should occur before import of `./utils`
|
src/SmartTransactionsController.test.ts#L668
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
|
src/SmartTransactionsController.test.ts#L674
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
|
src/SmartTransactionsController.ts#L157
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
|
src/SmartTransactionsController.ts#L159
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
|
src/SmartTransactionsController.ts#L189
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
|
src/SmartTransactionsController.ts#L315
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
|
src/SmartTransactionsController.ts#L346
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
|
src/SmartTransactionsController.ts#L461
Invalid type "any" of template literal expression
|
The logs for this run have expired and are no longer available.
Loading