Skip to content

Commit

Permalink
fix(rules): run "pnpm codegen:rules"
Browse files Browse the repository at this point in the history
  • Loading branch information
cr7pt0gr4ph7 committed Nov 15, 2024
1 parent 30fc096 commit 476e167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/linter/rules/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ New rules that are still under development.<br /><br />Nursery rules require exp
| [noHeadElement](/linter/rules/no-head-element) | Prevent usage of `<head>` element in a Next.js project. | <span class='inline-icon' title="JSX rule."><Icon name="seti:javascript" label="JSX rule" size="1.2rem"/></span> |
| [noHeadImportInDocument](/linter/rules/no-head-import-in-document) | Prevent using the `next/head` module in `pages/_document.js` on Next.js projects. | <span class='inline-icon' title="JSX rule."><Icon name="seti:javascript" label="JSX rule" size="1.2rem"/></span> |
| [noImgElement](/linter/rules/no-img-element) | Prevent usage of `<img>` element in a Next.js project. | <span class='inline-icon' title="JSX rule."><Icon name="seti:javascript" label="JSX rule" size="1.2rem"/></span> |
| [noIrregularWhitespace](/linter/rules/no-irregular-whitespace) | Disallows the use of irregular whitespace characters. | <span class='inline-icon' title="CSS rule."><Icon name="seti:css" label="CSS rule" size="1.2rem"/></span> |
| [noIrregularWhitespace](/linter/rules/no-irregular-whitespace) | Disallows the use of irregular whitespace characters. | <span class='inline-icon' title="JavaScript and super languages rule."><Icon name="seti:javascript" label="JavaScript and super languages rule." size="1.2rem"/></span> |
| [noIrregularWhitespace](/linter/rules/no-irregular-whitespace) | Disallows the use of irregular whitespace characters. | <span class='inline-icon' title="CSS rule."><Icon name="seti:css" label="CSS rule" size="1.2rem"/></span> |
| [noMissingVarFunction](/linter/rules/no-missing-var-function) | Disallow missing var function for css variables. | <span class='inline-icon' title="CSS rule."><Icon name="seti:css" label="CSS rule" size="1.2rem"/></span> |
| [noNestedTernary](/linter/rules/no-nested-ternary) | Disallow nested ternary expressions. | <span class='inline-icon' title="JavaScript and super languages rule."><Icon name="seti:javascript" label="JavaScript and super languages rule." size="1.2rem"/></span> |
| [noOctalEscape](/linter/rules/no-octal-escape) | Disallow octal escape sequences in string literals | <span class='inline-icon' title="JavaScript and super languages rule."><Icon name="seti:javascript" label="JavaScript and super languages rule." size="1.2rem"/></span> |
Expand Down

0 comments on commit 476e167

Please sign in to comment.