Find reviews and clear missing stores features #27
Annotations
10 errors
build:
src/lib/datetime.ts#L27
You generally never have to define a type for const since it will never differ from its original assigned values type. Typescript can automatically infer types: https://www.typescriptlang.org/docs/handbook/type-inference.html
|
build:
src/lib/datetime.ts#L28
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L29
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L30
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L31
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L32
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L33
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L34
Expected indentation of 4 spaces but found 6
|
build:
src/lib/datetime.ts#L34
Missing trailing comma
|
build
Process completed with exit code 1.
|