Skip to content

Commit 51626ae

Browse files
author
Brian Vaughn
committed
Prettier
1 parent f7afe1b commit 51626ae

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/react-devtools-shell/src/devtools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const container = ((document.getElementById('devtools'): any): HTMLElement);
2424
let isTestAppMounted = true;
2525

2626
const mountButton = ((document.getElementById(
27-
'mountButton'
27+
'mountButton',
2828
): any): HTMLButtonElement);
2929
mountButton.addEventListener('click', function() {
3030
if (isTestAppMounted) {
@@ -58,7 +58,7 @@ inject('dist/app.js', () => {
5858
showTabBar: true,
5959
showWelcomeToTheNewDevToolsDialog: true,
6060
warnIfLegacyBackendDetected: true,
61-
})
61+
}),
6262
);
6363
},
6464

packages/react-devtools-shell/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config = {
3232
alias: {
3333
'react-devtools-inline': resolve(
3434
root,
35-
'packages/react-devtools-inline/src/'
35+
'packages/react-devtools-inline/src/',
3636
),
3737
src: resolve(root, 'src'),
3838
},

0 commit comments

Comments
 (0)