mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-11-18 17:21:48 +00:00
microsoft-typescript/object-literal-surrounding-space
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
"@typescript-eslint/type-annotation-spacing": "error",
|
||||
"@typescript-eslint/unified-signatures": "off",
|
||||
|
||||
"microsoft-typescript/object-literal-surrounding-space": "off",
|
||||
"microsoft-typescript/object-literal-surrounding-space": "error",
|
||||
"microsoft-typescript/no-type-assertion-whitespace": "error",
|
||||
"microsoft-typescript/type-operator-spacing": "off",
|
||||
"microsoft-typescript/only-arrow-functions": "off",
|
||||
|
||||
+2
-2
@@ -388,8 +388,8 @@ function convertDocumentToMarkdown(doc: Word.Document): string {
|
||||
findReplace("<", { style: "Terminal" }, "<", {});
|
||||
findReplace("", { font: { subscript: true } }, "<sub>^&</sub>", { font: { subscript: false } });
|
||||
findReplace("", { style: "Code Fragment" }, "`^&`", { style: -66 /* default font */ });
|
||||
findReplace("", { style: "Production" }, "*^&*", { style: -66 /* default font */});
|
||||
findReplace("", { style: "Terminal" }, "`^&`", { style: -66 /* default font */});
|
||||
findReplace("", { style: "Production" }, "*^&*", { style: -66 /* default font */ });
|
||||
findReplace("", { style: "Terminal" }, "`^&`", { style: -66 /* default font */ });
|
||||
findReplace("", { font: { bold: true, italic: true } }, "***^&***", { font: { bold: false, italic: false } });
|
||||
findReplace("", { font: { italic: true } }, "*^&*", { font: { italic: false } });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user