CI #1045
Annotations
10 errors
Lint:
lib/rules/hashbang.js#L56
Property 'executableMap' is missing in type '{}' but required in type '{ executableMap: Record<string, string>; }'.
|
Lint:
lib/rules/no-deprecated-api.js#L743
Property 'ignoreModuleItems' does not exist on type '{}'.
|
Lint:
lib/rules/no-deprecated-api.js#L744
Property 'ignoreGlobalItems' does not exist on type '{}'.
|
Lint:
lib/util/check-restricted.js#L99
Argument of type 'unknown' is not assignable to parameter of type '(string | DefinitionData)[]'.
|
Lint:
lib/util/check-unsupported-builtins.js#L27
Property 'ignores' does not exist on type '{}'.
|
Lint:
lib/util/check-unsupported-builtins.js#L28
Property 'allowExperimental' does not exist on type '{}'.
|
Lint:
lib/util/get-allow-modules.js#L37
Argument of type 'unknown' is not assignable to parameter of type '{ allowModules: string[] | null; } | undefined'.
|
Lint:
lib/util/get-allow-modules.js#L38
Argument of type 'unknown' is not assignable to parameter of type '{ allowModules: string[] | null; } | undefined'.
|
Lint:
lib/util/get-allow-modules.js#L39
Argument of type 'unknown' is not assignable to parameter of type '{ allowModules: string[] | null; } | undefined'.
|
Lint:
lib/util/get-configured-node-version.js#L58
Argument of type 'unknown' is not assignable to parameter of type 'Record<string, string> | undefined'.
|