OpenAPI import plugins

This commit is contained in:
Gregory Schier
2024-07-22 14:04:37 -07:00
parent 4cbfe50fce
commit 373bc75e98
16 changed files with 3235 additions and 12 deletions

8
.prettierrc.json Normal file
View File

@@ -0,0 +1,8 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true
}