Type cleanup & fixes for SchemaFieldType combined with custom type keys. #59
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Build Source:
src/custom/types.ts#L66
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build Source:
src/custom/types.ts#L68
'result' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build Source:
src/custom/types.ts#L190
'value' is defined but never used. Allowed unused args must match /^_/u
|
Build Source:
src/custom/types.ts#L190
'base' is defined but never used. Allowed unused args must match /^_/u
|
Build Source:
src/custom/types.ts#L193
'verifier' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Build Source:
src/custom/types/data.ts#L33
Unexpected any. Specify a different type
|
Build Source:
src/custom/types/data.ts#L33
Unexpected any. Specify a different type
|
Build Source:
src/custom/types/data.ts#L33
Unexpected any. Specify a different type
|
Build Source:
src/ruleset.ts#L93
Unexpected any. Specify a different type
|
Build Source:
src/schema.ts#L321
'schemaName' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Loading