feat: wip adding svelte sample app (#89) #151
lint-build-test.yaml
on: push
Lint, Build & Test
6m 22s
Annotations
10 warnings
Lint, Build & Test:
apps/sample-angular-app/src/app/app-routing.module.ts#L3
All imports in the declaration are only used as types. Use `import type`
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app-routing.module.ts#L3
'/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/node_modules/@angular/router/index.d.ts' imported multiple times
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app-routing.module.ts#L4
'/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/node_modules/@angular/router/index.d.ts' imported multiple times
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app-routing.module.ts#L12
Unexpected empty class
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app.component.ts#L2
'/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/node_modules/@angular/core/index.d.ts' imported multiple times
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app.component.ts#L3
All imports in the declaration are only used as types. Use `import type`
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app.component.ts#L3
'/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/node_modules/@angular/core/index.d.ts' imported multiple times
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app.module.ts#L2
'/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/node_modules/@angular/common/http/index.d.ts' imported multiple times
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app.module.ts#L3
'/home/runner/work/vechain-dapp-kit/vechain-dapp-kit/node_modules/@angular/common/http/index.d.ts' imported multiple times
|
Lint, Build & Test:
apps/sample-angular-app/src/app/app.module.ts#L7
There should be no empty line between import groups
|