refactor: upgrade eslint and fix lint and type errors #2402
Annotations
7 errors
Check Types:
packages/bundler-vite/src/build/build.ts#L17
Argument of type 'ViteBundlerOptions' is not assignable to parameter of type 'Record<string, unknown>'.
|
Check Types:
packages/bundler-vite/src/dev.ts#L15
Argument of type 'ViteBundlerOptions' is not assignable to parameter of type 'Record<string, unknown>'.
|
Check Types:
packages/bundler-webpack/src/build/build.ts#L30
Argument of type 'WebpackBundlerOptions' is not assignable to parameter of type 'Record<string, unknown>'.
|
Check Types:
packages/bundler-webpack/src/config/handleResolve.ts#L49
Argument of type 'unknown' is not assignable to parameter of type 'string | false | string[]'.
|
Check Types:
packages/bundler-webpack/src/dev/dev.ts#L18
Argument of type 'WebpackBundlerOptions' is not assignable to parameter of type 'Record<string, unknown>'.
|
Check Types:
packages/client/src/setupGlobalComputed.ts#L93
Type 'ComputedRef<PageData>' is not assignable to type 'PageDataRef<Record<string, unknown>>'.
|
Check Types
Process completed with exit code 2.
|
Loading