Skip to content

Commit 008bf6e

Browse files
committed
configure prettier
1 parent b385504 commit 008bf6e

File tree

5 files changed

+961
-981
lines changed

5 files changed

+961
-981
lines changed

extensions/core/helper.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import reactDebugTool from "./reactDebugTool";
33
const { inspectHooksOfFiber } = reactDebugTool;
44

55
if (!window.__REACT_CONTEXT_DEVTOOL_GLOBAL_HOOK) {
6-
window.__REACT_CONTEXT_DEVTOOL_GLOBAL_HOOK = {}
6+
window.__REACT_CONTEXT_DEVTOOL_GLOBAL_HOOK = {};
77
}
88

99
window.__REACT_CONTEXT_DEVTOOL_GLOBAL_HOOK.helpers = {
10-
inspectHooksOfFiber
10+
inspectHooksOfFiber,
1111
};

0 commit comments

Comments
 (0)