Skip to content
This repository was archived by the owner on Dec 10, 2021. It is now read-only.

Commit 0a73208

Browse files
committed
lint fixes
1 parent ba1167e commit 0a73208

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ServerlessOpenApiDocumentation.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,17 @@ export class ServerlessOpenApiDocumentation {
6262
output: {
6363
usage: "Output file location [default: openapi.yml|json]",
6464
shortcut: "o",
65-
type: 'string'
65+
type: "string"
6666
},
6767
format: {
6868
usage: "OpenAPI file format (yml|json) [default: yml]",
6969
shortcut: "f",
70-
type: 'string'
70+
type: "string"
7171
},
7272
indent: {
7373
usage: "File indentation in spaces [default: 2]",
7474
shortcut: "i",
75-
type: 'string'
75+
type: "string"
7676
}
7777
}
7878
}

0 commit comments

Comments
 (0)