CI #56
Annotations
10 errors
Run npm run -s test:types:
lib/rules/callback-return.js#L79
Property 'getText' does not exist on type 'SourceCode<{ LangOptions: LanguageOptions; RootNode: unknown; SyntaxElementWithLoc: unknown; ConfigNode: unknown; }>'.
|
Run npm run -s test:types:
lib/rules/exports-style.js#L321
Property 'getTokenAfter' does not exist on type 'SourceCode<{ LangOptions: LanguageOptions; RootNode: unknown; SyntaxElementWithLoc: unknown; ConfigNode: unknown; }>'.
|
Run npm run -s test:types:
lib/rules/exports-style.js#L399
Argument of type 'SourceCode<{ LangOptions: LanguageOptions; RootNode: unknown; SyntaxElementWithLoc: unknown; ConfigNode: unknown; }>' is not assignable to parameter of type 'SourceCode'.
|
Run npm run -s test:types:
lib/rules/file-extension-in-import.js#L138
Argument of type '{ messageId: string; } & { node: Node; } & ReportDescriptorOptions' is not assignable to parameter of type 'ViolationReport<Node, string>' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties.
|
Run npm run -s test:types:
lib/rules/global-require.js#L74
Parameter 'parent' implicitly has an 'any' type.
|
Run npm run -s test:types:
lib/rules/hashbang.js#L56
Property 'executableMap' is missing in type '{}' but required in type '{ executableMap: Record<string, string>; }'.
|
Run npm run -s test:types:
lib/rules/hashbang.js#L171
Argument of type 'SourceCode<{ LangOptions: LanguageOptions; RootNode: unknown; SyntaxElementWithLoc: unknown; ConfigNode: unknown; }>' is not assignable to parameter of type 'SourceCode'.
|
Run npm run -s test:types:
lib/rules/hashbang.js#L179
Property 'lines' does not exist on type 'SourceCode<{ LangOptions: LanguageOptions; RootNode: unknown; SyntaxElementWithLoc: unknown; ConfigNode: unknown; }>'.
|
Run npm run -s test:types:
lib/rules/hashbang.js#L204
Property 'text' does not exist on type 'SourceCode<{ LangOptions: LanguageOptions; RootNode: unknown; SyntaxElementWithLoc: unknown; ConfigNode: unknown; }>'.
|
Run npm run -s test:types:
lib/rules/no-deprecated-api.js#L743
Property 'ignoreModuleItems' does not exist on type '{}'.
|
Loading