File tree Expand file tree Collapse file tree
packages/lib-engine/src/typings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 "sortPackageJson" : false ,
44 "sortImports" : {
55 "newlinesBetween" : false ,
6- "partitionByComment " : true ,
6+ "partitionByNewline " : true ,
77 "internalPattern" : [" @cursorless/" ]
88 },
99
Original file line number Diff line number Diff line change 33// switch to `{import("foo")}` syntax in the `{@link }` tag.
44// - https://github.com/microsoft/TypeScript/issues/43869
55// - https://github.com/microsoft/TypeScript/issues/43950
6- // oxlint-disable-next-line no-unused-vars
76import type {
87 GeneralizedRange ,
98 InsertionMode ,
@@ -16,6 +15,7 @@ import type {
1615 TargetPlainObject ,
1716 TextEditor ,
1817} from "@cursorless/lib-common" ;
18+ // oxlint-disable-next-line no-unused-vars
1919import type { ModifyIfUntypedStage } from "../processTargets/modifiers/ConditionalModifierStages" ;
2020import type {
2121 // oxlint-disable-next-line @typescript-eslint/no-unused-vars
You can’t perform that action at this time.
0 commit comments