Skip to content

Commit 53047f5

Browse files
format
1 parent f99c1fc commit 53047f5

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.oxfmtrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"/packages/lib-engine/src/customCommandGrammar/generated/",
77
"/packages/lib-engine/src/snippets/vendor/",
88
"/resources/fixtures/recorded/**/*.yml"
9-
],
9+
]
1010
}

packages/app-web-docs/tsconfig.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"jsx": "react-jsx",
55
"jsxImportSource": "react",
66
"skipLibCheck": true,
7-
"types": ["@docusaurus/theme-classic"],
7+
"types": ["@docusaurus/theme-classic"]
88
},
99
"include": [
1010
"src/**/*.ts",
1111
"src/**/*.tsx",
1212
"src/**/*.json",
13-
"../../resources/typings/**/*.d.ts",
13+
"../../resources/typings/**/*.d.ts"
1414
],
15-
"exclude": ["node_modules"],
15+
"exclude": ["node_modules"]
1616
}

tsconfig.base.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"@cursorless/lib-sentence-parser": ["./packages/lib-sentence-parser"],
2121
"@cursorless/lib-talonjs-core": ["./packages/lib-talonjs-core"],
2222
"@cursorless/lib-test-case-recorder": [
23-
"./packages/lib-test-case-recorder",
23+
"./packages/lib-test-case-recorder"
2424
],
2525
"@cursorless/lib-tutorial": ["./packages/lib-tutorial"],
26-
"@cursorless/lib-vscode-common": ["./packages/lib-vscode-common"],
27-
},
28-
},
26+
"@cursorless/lib-vscode-common": ["./packages/lib-vscode-common"]
27+
}
28+
}
2929
}

tsconfig.web.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
"compilerOptions": {
44
"lib": ["es2022", "dom"],
55
"jsx": "react-jsx",
6-
"jsxImportSource": "preact",
7-
},
6+
"jsxImportSource": "preact"
7+
}
88
}

0 commit comments

Comments
 (0)