feat: Initial sdk integration #520
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
examples/sample-angular-app/src/app/app-routing.module.ts#L11
Unexpected empty class
|
examples/sample-angular-app/src/app/app.module.ts#L47
Unexpected empty class
|
examples/sample-angular-app/src/app/app.module.ts#L49
Missing return type on function
|
examples/sample-angular-app/src/polyfills.ts#L56
Expected 1 empty line after import statement not followed by another import
|
examples/sample-angular-app/src/polyfills.ts#L57
Unexpected any. Specify a different type
|
examples/sample-angular-app/src/polyfills.ts#L58
Expected 1 empty line after require statement not followed by another require
|
examples/sample-angular-app/src/polyfills.ts#L58
Unnecessary conditional, value is always truthy
|
examples/sample-angular-app/src/polyfills.ts#L58
Prefer `node:buffer` over `buffer`
|
examples/sample-angular-app/src/polyfills.ts#L59
Unexpected any. Specify a different type
|
packages/dapp-kit-react/src/DAppKitProvider.tsx#L13
`@vechain/sdk-core` import should occur before type import of `./types`
|
This job succeeded
Loading