We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88573af commit 3ad9577Copy full SHA for 3ad9577
test/helpers/package.json
@@ -22,8 +22,8 @@
22
"mcp"
23
],
24
"scripts": {
25
- "lint": "eslint test/ && prettier --ignore-path ../../.prettierignore --check .",
26
- "lint:fix": "eslint test/ --fix && prettier --ignore-path ../../.prettierignore --write .",
+ "lint": "eslint src/ && prettier --ignore-path ../../.prettierignore --check .",
+ "lint:fix": "eslint src/ --fix && prettier --ignore-path ../../.prettierignore --write .",
27
"check": "npm run typecheck && npm run lint",
28
"start": "npm run server",
29
"server": "tsx watch --clear-screen=false scripts/cli.ts server",
0 commit comments