refactor: restructure extend vue-i18n
#279
ci.yml
on: pull_request
Matrix: build
Matrix: lint
Matrix: test
Matrix: edge-release
Annotations
6 errors
Lint on Node.js 18:
src/runtime/routing/extends/i18n.ts#L200
This assertion is unnecessary since it does not change the type of the expression
|
Lint on Node.js 18:
src/runtime/routing/extends/i18n.ts#L205
This assertion is unnecessary since it does not change the type of the expression
|
Lint on Node.js 18:
src/runtime/routing/extends/i18n.ts#L255
Unsafe return of type `Promise<any>` from function with return type `Promise<string | void>`
|
Lint on Node.js 18:
src/runtime/routing/extends/i18n.ts#L257
Unsafe return of type `Promise<any>` from function with return type `Promise<void>`
|
Lint on Node.js 18:
src/runtime/routing/extends/i18n.ts#L265
Unexpected `await` of a non-Promise (non-"Thenable") value
|
Lint on Node.js 18
Process completed with exit code 1.
|