Skip to content

Commit 6d8cde6

Browse files
Piotr PaulskiOrKoN
authored andcommitted
Fix prettier again.
1 parent bfb2964 commit 6d8cde6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,7 @@
3737
},
3838
"homepage": "https://github.com/ChromeDevTools/chrome-devtools-mcp#readme",
3939
"mcpName": "io.github.ChromeDevTools/chrome-devtools-mcp",
40-
"dependencies": {
41-
},
40+
"dependencies": {},
4241
"devDependencies": {
4342
"@eslint/js": "^9.35.0",
4443
"@modelcontextprotocol/sdk": "1.20.1",

src/tools/emulation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
import {zod,PredefinedNetworkConditions} from '../third_party/index.js';
7+
import {zod, PredefinedNetworkConditions} from '../third_party/index.js';
88

99
import {ToolCategories} from './categories.js';
1010
import {defineTool} from './ToolDefinition.js';

0 commit comments

Comments
 (0)