chore(deps-dev): bump @typescript-eslint/eslint-plugin from 7.18.0 to 8.1.0 #1209
Annotations
12 errors
src/layers/deck.gl/VLayerDeckArc.vue#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckArc.vue#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckArc.vue#L19
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|
src/layers/deck.gl/VLayerDeckGeojson.vue#L2
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckGeojson.vue#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
src/layers/deck.gl/VLayerDeckGeojson.vue#L6
Unable to resolve path to module 'geojson' (import/no-unresolved)
|
src/map/VMap.vue#L14
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
test/setup/index.ts#L4
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
test/setup/index.ts#L7
Use "@ts-expect-error" instead of "@ts-ignore", as "@ts-ignore" will do nothing if the following line is error-free (@typescript-eslint/ban-ts-comment)
|
vite-env.d.ts#L5
The `{}` ("empty object") type allows any non-nullish value, including literals like `0` and `""`.
- If that's what you want, disable this lint rule with an inline comment or configure the 'allowObjectTypes' rule option.
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead (@typescript-eslint/no-empty-object-type)
|
vite-env.d.ts#L5
The `{}` ("empty object") type allows any non-nullish value, including literals like `0` and `""`.
- If that's what you want, disable this lint rule with an inline comment or configure the 'allowObjectTypes' rule option.
- If you want a type meaning "any object", you probably want `object` instead.
- If you want a type meaning "any value", you probably want `unknown` instead (@typescript-eslint/no-empty-object-type)
|
vite-env.d.ts#L5
Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any)
|