Skip to content

Commit 46bea41

Browse files
committed
cleanup
1 parent 2168250 commit 46bea41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/instructions/mcp.instructions.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ pnpm format
7070

7171
Formats code using Prettier.
7272

73+
To check formatting without applying changes:
74+
75+
```bash
76+
pnpm format --check
77+
```
78+
7379
### Testing
7480

7581
```bash

packages/addon-mcp/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"noImplicitAny": true,
1818
"lib": ["esnext", "dom", "dom.iterable"],
1919
"baseUrl": ".",
20-
"rootDir": "./src",
2120
"types": ["./src/types.d.ts"]
2221
},
2322
"include": ["src/**/*", "tsup.config.ts"]

0 commit comments

Comments
 (0)