Skip to content

Commit e45f790

Browse files
committed
refactor: use jsdoc over typescript
1 parent 0c2a195 commit e45f790

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ When working with CSS if() functions, always follow the official WCAG specificat
7777
- Follow XO linting rules (extends ESLint strict configuration)
7878
- Use `/* eslint-disable rule-name */` blocks only when necessary for browser automation
7979
- Prefer functional programming patterns
80-
- Use meaningful variable names and comprehensive JSDoc comments
80+
- Use meaningful variable names and comprehensive JSDoc comments, instead of TypeScript within our source code, but still provide type definitions for public APIs
8181

8282
### Testing Requirements
8383

0 commit comments

Comments
 (0)