Upgrade node to the latest LTS (20.11.0) and pnpm to the latest (8.14.1) #21
Annotations
6 errors and 2 warnings
adonis-js-check:
app/Controllers/Http/RecipeController.ts#L76
Strings must use singlequote
|
adonis-js-check:
app/Controllers/Http/ServiceController.ts#L112
Expected indentation of 10 spaces but found 12
|
adonis-js-check:
app/Controllers/Http/ServiceController.ts#L335
Expected indentation of 10 spaces but found 12
|
adonis-js-check:
app/Controllers/Http/ServiceController.ts#L353
Strings must use singlequote
|
adonis-js-check:
app/Controllers/Http/ServiceController.ts#L364
Strings must use singlequote
|
adonis-js-check
Process completed with exit code 1.
|
adonis-js-check:
app/Controllers/Http/UserController.ts#L301
Use object destructuring
|
adonis-js-check:
app/Middleware/Auth.ts#L97
Expected to return a value at the end of async method 'handle'
|