fixed typescript strict useSidePanel.ts PanelContainerComponent.tsx etc (#802)

* fixed typescript strict useSidePanel.ts PanelContainerComponent.tsx SchemaAnalyzerSplashScreen.tsx files

* update snapshot
This commit is contained in:
Sunil Kumar Yadav
2021-07-15 08:12:46 +05:30
committed by GitHub
parent 416358f540
commit 7dd8bd567f
2 changed files with 8 additions and 5 deletions

View File

@@ -8,6 +8,9 @@
"noUnusedParameters": true
},
"files": [
"./src/Explorer/Notebook/SchemaAnalyzer/SchemaAnalyzerSplashScreen.tsx",
"./src/Explorer/Panes/PanelContainerComponent.tsx",
"./src/hooks/useSidePanel.ts",
"./src/AuthType.ts",
"./src/Bindings/ReactBindingHandler.ts",
"./src/Common/ArrayHashMap.ts",
@@ -152,4 +155,4 @@
"src/Terminal/**/*",
"src/Utils/arm/**/*"
]
}
}