Skip to content

Commit d7eb542

Browse files
committed
add eslint mcp server
1 parent 20ca0b9 commit d7eb542

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/mcp.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@
44
"type": "stdio",
55
"command": "npx",
66
"args": ["-y", "next-devtools-mcp@latest"]
7+
},
8+
"ESLint": {
9+
"type": "stdio",
10+
"command": "npx",
11+
"args": ["@eslint/mcp@latest"]
712
}
813
},
914
"inputs": []

0 commit comments

Comments
 (0)