Bump prettier from 3.1.1 to 3.4.1 #2289
Annotations
10 errors and 10 warnings
|
|
npm ci, build, lint and test:
src/common/providers/codeAction/extractTypeAliasCodeAction.ts#L44
Replace `params.range.end.line].substring(␍⏎··········previousCharColumn,␍⏎··········params.range.end.character,␍⏎········` with `␍⏎··········params.range.end.line␍⏎········].substring(previousCharColumn,·params.range.end.character`
|
npm ci, build, lint and test:
src/common/providers/codeAction/importCodeAction.ts#L156
Replace `possibleImport.valueToImport·??·possibleImport.value` with `(possibleImport.valueToImport·??·possibleImport.value)`
|
npm ci, build, lint and test:
src/common/providers/completionProvider.ts#L464
Replace `moduleName?.slice(targetModule.length·+·1)·??·moduleName` with `(moduleName?.slice(targetModule.length·+·1)·??·moduleName)`
|
|
|
|
|
npm ci, build, lint and test:
src/common/providers/handlers/moveRefactoringHandler.ts#L68
Replace `params.destination.uri)` with `␍⏎······params.destination.uri,`
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L93
'error' will evaluate to '[object Object]' when stringified
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L112
Expected non-Promise value in a boolean conditional
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L124
'key' may evaluate to '[object Object]' when stringified
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L146
Missing return type on function
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L159
Unsafe assignment of an `any` value
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L279
Missing return type on function
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L287
Missing return type on function
|
npm ci, build, lint and test:
src/browser/fileSystem.ts#L352
Missing return type on function
|
npm ci, build, lint and test:
src/browser/indexedDB.ts#L186
'cursor.result.key' may evaluate to '[object Object]' when stringified
|
npm ci, build, lint and test:
src/common/providers/completionProvider.ts#L232
Forbidden non-null assertion
|
Loading