Skip to content

Commit a822a56

Browse files
committed
feat(*): batch small changes
1 parent 5c45280 commit a822a56

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+1680
-1923
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ test/e2e/generated
1515
samples/generated
1616
samples/swagger-codegen-cli-v2.jar
1717
samples/swagger-codegen-cli-v3.jar
18+
generated

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"semi": true,
2+
"parser": "typescript",
33
"singleQuote": true,
44
"trailingComma": "es5",
55
"arrowParens": "avoid",

0 commit comments

Comments
 (0)