Add workflow to publish NPM package #1
Annotations
9 errors and 1 warning
lint:
src/app/app.module.ts#L245
There should be no space after '{'
|
lint:
src/app/app.module.ts#L245
There should be no space before '}'
|
lint:
src/app/models/operation.model.ts#L11
Don't use `String` as a type. Use string instead
|
lint:
src/app/services/data/trainrunsection.service.ts#L702
Expected '!==' and instead saw '!='
|
lint:
src/app/services/data/version-control.service.ts#L81
Strings must use doublequote
|
lint:
src/app/services/data/version-control.service.ts#L81
Strings must use doublequote
|
lint:
src/app/services/data/version-control.service.ts#L82
Strings must use doublequote
|
lint:
src/app/view/column-layout/column-layout.component.ts#L10
Strings must use doublequote
|
lint
Process completed with exit code 1.
|
lint:
src/app/app.module.ts#L243
Lifecycle interface 'DoBootstrap' should be implemented for method 'ngDoBootstrap'. (https://angular.io/styleguide#style-09-01)
|