You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -77,7 +77,7 @@ When working with CSS if() functions, always follow the official WCAG specificat
77
77
- Follow XO linting rules (extends ESLint strict configuration)
78
78
- Use `/* eslint-disable rule-name */` blocks only when necessary for browser automation
79
79
- 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
0 commit comments