Skip to content

Commit 4ee28d9

Browse files
committed
finishing touch
1 parent df7406d commit 4ee28d9

4 files changed

Lines changed: 4 additions & 17 deletions

File tree

.vscode/settings.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,21 +4,21 @@
44
"editor.defaultFormatter": "esbenp.prettier-vscode",
55
"editor.formatOnSave": true,
66
"editor.codeActionsOnSave": {
7-
"source.fixAll.eslint": "explicit"
7+
"source.fixAll.eslint": true
88
}
99
},
1010
"[typescript]": {
1111
"editor.defaultFormatter": "esbenp.prettier-vscode",
1212
"editor.formatOnSave": true,
1313
"editor.codeActionsOnSave": {
14-
"source.fixAll.eslint": "explicit"
14+
"source.fixAll.eslint": true
1515
}
1616
},
1717
"[typescriptreact]": {
1818
"editor.defaultFormatter": "esbenp.prettier-vscode",
1919
"editor.formatOnSave": true,
2020
"editor.codeActionsOnSave": {
21-
"source.fixAll.eslint": "explicit"
21+
"source.fixAll.eslint": true
2222
}
2323
}
2424
}

packages/docusaurus-theme-openapi-docs/src/theme/MimeTabs/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ function TabList({
5454
const acceptTypeVal = useTypedSelector(
5555
(state: RootState) => state.accept.value
5656
);
57+
5758
useEffect(() => {
5859
if (tabRefs.length > 1) {
5960
if (isRequestSchema) {

packages/docusaurus-theme-openapi-docs/src/theme/ParamDetails/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
* ========================================================================== */
77

8-
/* ============================================================================
9-
* Copyright (c) Palo Alto Networks
10-
*
11-
* This source code is licensed under the MIT license found in the
12-
* LICENSE file in the root directory of this source tree.
13-
* ========================================================================== */
14-
158
import React from "react";
169

1710
interface ParamDetailsProps {

packages/docusaurus-theme-openapi-docs/src/theme/RequestBodyDetails/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,6 @@
55
* LICENSE file in the root directory of this source tree.
66
* ========================================================================== */
77

8-
/* ============================================================================
9-
* Copyright (c) Palo Alto Networks
10-
*
11-
* This source code is licensed under the MIT license found in the
12-
* LICENSE file in the root directory of this source tree.
13-
* ========================================================================== */
14-
158
import React from "react";
169

1710
interface RequestBodyDetailsProps {

0 commit comments

Comments
 (0)