Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

Commit

Permalink
chore: rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
ematipico committed Oct 25, 2022
1 parent b5e8adf commit 5a708b8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
3 changes: 2 additions & 1 deletion 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.

Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use rome_analyze::{context::RuleContext, declare_rule, Ast, Rule, RuleDiagnostic};
use rome_console::markup;
use rome_js_syntax::{
JsxAnyAttribute, JsxOpeningElement, JsxSelfClosingElement, JsxSpreadAttribute,
};
use rome_js_syntax::{JsxAnyAttribute, JsxOpeningElement, JsxSelfClosingElement};
use rome_rowan::{declare_node_union, AstNode, AstNodeList};

declare_rule! {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ declare_rule! {
/// }
/// ```
pub(crate) UseValidForDirection {
version: "0.10.0",
version: "10.0.0",
name: "useValidForDirection",
recommended: false,
}
Expand Down
20 changes: 4 additions & 16 deletions website/src/docs/lint/rules/useKeyWithClickEvents.md

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

2 changes: 1 addition & 1 deletion website/src/docs/lint/rules/useValidForDirection.md

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

0 comments on commit 5a708b8

Please sign in to comment.