Skip to content

Commit b8d3224

Browse files
committed
added eslint mcp settings
1 parent 7f87d19 commit b8d3224

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.vscode/mcp.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"servers": {
3+
"ESLint": {
4+
"type": "stdio",
5+
"command": "npx",
6+
"args": ["eslint", "--mcp"]
7+
}
8+
}
9+
}

0 commit comments

Comments
 (0)