aboutsummaryrefslogtreecommitdiff
path: root/src/console/Completions.ts
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2020-04-13 20:37:36 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2020-04-13 20:37:36 +0900
commite1dac618a8b8929f601c7ec8aca3842c5ebf9d03 (patch)
tree6a914a8243c8c02e7752a83667a54d3fa832955c /src/console/Completions.ts
parent685f2b7b69218b06b5bb676069e35f79c5048c9b (diff)
Use plugin:prettier/recommended
Diffstat (limited to 'src/console/Completions.ts')
-rw-r--r--src/console/Completions.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/console/Completions.ts b/src/console/Completions.ts
index ec9135f..a18f160 100644
--- a/src/console/Completions.ts
+++ b/src/console/Completions.ts
@@ -1,11 +1,11 @@
type Completions = {
- readonly name: string;
- readonly items: {
- readonly caption?: string;
- readonly content?: string;
- readonly url?: string;
- readonly icon?: string;
- }[];
-}[]
+ readonly name: string;
+ readonly items: {
+ readonly caption?: string;
+ readonly content?: string;
+ readonly url?: string;
+ readonly icon?: string;
+ }[];
+}[];
-export default Completions; \ No newline at end of file
+export default Completions;