chore: Fix development peerDependency
warnings
#765
Annotations
5 errors and 7 warnings
Run yarn lint:
src/SmartTransactionsController.test.ts#L36
`../package.json` import should occur before import of `./constants`
|
Run yarn lint:
src/SmartTransactionsController.test.ts#L37
`../tests/helpers` import should occur before import of `./constants`
|
Run yarn lint:
src/utils.test.ts#L13
`../package.json` import should occur before import of `./constants`
|
Run yarn lint:
src/utils.ts#L20
`../package.json` import should occur before import of `./constants`
|
Run yarn lint
Process completed with exit code 1.
|
Run yarn lint:
src/SmartTransactionsController.test.ts#L1873
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
|
Run yarn lint:
src/SmartTransactionsController.ts#L330
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
|
Run yarn lint:
src/SmartTransactionsController.ts#L332
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
|
Run yarn lint:
src/SmartTransactionsController.ts#L357
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
|
Run yarn lint:
src/SmartTransactionsController.ts#L423
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
|
Run yarn lint:
src/SmartTransactionsController.ts#L578
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
|
Run yarn lint:
src/SmartTransactionsController.ts#L669
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
|
Loading