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
Update docs and config for rules and keywords (#1738)
* Update docs and config for rules and keywords
Added keywords for accessibility and SEO to several rule docs, clarified rule incompatibility with Prettier, and improved explanations for tagname rules. Updated configuration example for clarity and bumped embedded HTMLHint version in VS Code extension docs. Minor spelling update in cspell config and commit message instructions.
* Update documentation rules and fix trailing newline
Added guidelines for documentation language and referencing authoritative sources in general.mdc. Removed a trailing newline from attr-value-single-quotes.mdx.
Copy file name to clipboardExpand all lines: .cursor/rules/general.mdc
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -16,3 +16,8 @@ alwaysApply: true
16
16
- The workflows should be named `<workflow-name>.yml`.
17
17
- All GitHub Actions should be pinned versions to avoid breaking changes (SHA-1).
18
18
- If using actions/checkout, it should have `persist-credentials: false` set.
19
+
20
+
## Documentation
21
+
22
+
- All documentation should be written in US English.
23
+
- For the 'Why this rule is important' section, always include a link to the relevant documentation and prefer MDN and Google documentation along with official documentation from the W3C.
0 commit comments