Skip to content
This repository was archived by the owner on Aug 31, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
chore: codegen stuff
chore: cargo fmt

chore: codegen stuff

chore: cargo fmt
  • Loading branch information
unvalley committed Dec 21, 2022
commit ee0d14b2ed43772eb6fa70144bfe56facd76e312
6 changes: 0 additions & 6 deletions crates/rome_diagnostics_categories/src/categories.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,15 +80,9 @@ define_dategories! {
"lint/nursery/useEnumInitializers":"https://docs.rome.tools/lint/rules/useEnumInitializers",
"lint/nursery/useExhaustiveDependencies": "https://docs.rome.tools/lint/rules/useExhaustiveDependencies",
"lint/nursery/useExponentiationOperator": "https://docs.rome.tools/lint/rules/useExponentiationOperator",
<<<<<<< HEAD
"lint/nursery/useIsNan": "https://docs.rome.tools/lint/rules/useIsNan",
<<<<<<< HEAD
"lint/nursery/useMediaCaption": "https://docs.rome.tools/lint/rules/useMediaCaption",
=======
=======
"lint/nursery/useIframeTitle": "https://docs.rome.tools/lint/rules/useIframeTitle",
>>>>>>> 3b85ef65dd (feat(rome_js_analyze): useIframeTitle)
>>>>>>> 37232c45fa (parent 5f1144170e12e78a3e7b32201dc917bff808f47b)
"lint/nursery/useNumericLiterals": "https://docs.rome.tools/lint/rules/useNumericLiterals",
"lint/nursery/useValidForDirection": "https://docs.rome.tools/lint/rules/useValidForDirection",
"lint/nursery/useHookAtTopLevel": "https://docs.rome.tools/lint/rules/useHookAtTopLevel",
Expand Down
18 changes: 0 additions & 18 deletions crates/rome_js_analyze/src/analyzers/nursery.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

57 changes: 9 additions & 48 deletions crates/rome_service/src/configuration/linter/rules.rs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions editors/vscode/configuration_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 4 additions & 12 deletions npm/backend-jsonrpc/src/workspace.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 11 additions & 5 deletions npm/rome/configuration_schema.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 6 additions & 7 deletions website/src/pages/lint/rules/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -707,17 +707,16 @@ Enforce that all React hooks are being called from the Top Level
component functions.
</section>
<section class="rule">
<<<<<<< HEAD
<h3 data-toc-exclude id="useIsNan">
<a href="/lint/rules/useIsNan">useIsNan</a>
</h3>
Require calls to <code>isNaN()</code> when checking for <code>NaN</code>.
=======
<h3 data-toc-exclude id="useIframeTitle">
<a href="/lint/rules/useIframeTitle">useIframeTitle</a>
</h3>
Enforces the usage of the attribute <code>title</code> for the element <code>iframe</code>
>>>>>>> 8e291ad834 (docs: website)
</section>
<section class="rule">
<h3 data-toc-exclude id="useIsNan">
<a href="/lint/rules/useIsNan">useIsNan</a>
</h3>
Require calls to <code>isNaN()</code> when checking for <code>NaN</code>.
</section>
<section class="rule">
<h3 data-toc-exclude id="useMediaCaption">
Expand Down