fix(charts): a spec series[].type draws, and a spec-shape series plots at all (#2945)
#167
Annotations
10 warnings
|
Lint:
packages/vscode-extension/src/providers/HoverProvider.ts#L18
'token' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint:
packages/vscode-extension/src/providers/CompletionProvider.ts#L21
'context' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint:
packages/vscode-extension/src/providers/CompletionProvider.ts#L20
'token' is defined but never used. Allowed unused args must match /^_/u
|
|
Lint:
packages/vscode-extension/src/extension.ts#L303
Unexpected any. Specify a different type
|
|
Lint:
packages/vscode-extension/src/extension.ts#L272
'editor' is assigned a value but never used
|
|
Lint:
packages/vscode-extension/src/extension.ts#L227
Unexpected any. Specify a different type
|
|
Lint:
packages/create-plugin/src/index.ts#L115
'templateDir' is assigned a value but never used
|
|
Lint
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|
|
Lint:
packages/react-runtime/src/index.tsx#L33
'_d' is assigned a value but never used
|
|
Lint:
packages/react-runtime/src/index.tsx#L20
Fast refresh only works when a file only exports components. Use a new file to share constants or functions between components
|