Skip to content

chore: add linter for async method Async suffix #604

chore: add linter for async method Async suffix

chore: add linter for async method Async suffix #604

Triggered via pull request June 14, 2024 20:25
Status Failure
Total duration 1m 2s
Artifacts

tests.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 6 warnings
build
Process completed with exit code 1.
build: packages/entity-example/src/app.ts#L55
Object Literal Method name `context` must have one of the following suffixes: Async
build: packages/entity-example/src/schema.ts#L48
Object Literal Method name `noteByID` must have one of the following suffixes: Async
build: packages/entity-example/src/schema.ts#L55
Object Literal Method name `notes` must have one of the following suffixes: Async
build: packages/entity-example/src/schema.ts#L70
Object Literal Method name `addNote` must have one of the following suffixes: Async
build: packages/entity-example/src/schema.ts#L81
Object Literal Method name `updateNote` must have one of the following suffixes: Async
build: packages/entity-example/src/schema.ts#L90
Object Literal Method name `deleteNote` must have one of the following suffixes: Async