File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -256,7 +256,6 @@ fn get_all_rules_raw() -> Vec<Box<dyn LintRule>> {
256256 Box :: new( ban_untagged_ignore:: BanUntaggedIgnore ) ,
257257 Box :: new( ban_untagged_todo:: BanUntaggedTodo ) ,
258258 Box :: new( ban_unused_ignore:: BanUnusedIgnore ) ,
259- Box :: new( jsx_button_has_type:: JSXButtonHasType ) ,
260259 Box :: new( camelcase:: Camelcase ) ,
261260 Box :: new( constructor_super:: ConstructorSuper ) ,
262261 Box :: new( default_param_last:: DefaultParamLast ) ,
@@ -269,6 +268,7 @@ fn get_all_rules_raw() -> Vec<Box<dyn LintRule>> {
269268 Box :: new( getter_return:: GetterReturn ) ,
270269 Box :: new( guard_for_in:: GuardForIn ) ,
271270 Box :: new( jsx_boolean_value:: JSXBooleanValue ) ,
271+ Box :: new( jsx_button_has_type:: JSXButtonHasType ) ,
272272 Box :: new( jsx_curly_braces:: JSXCurlyBraces ) ,
273273 Box :: new( jsx_key:: JSXKey ) ,
274274 Box :: new( jsx_no_children_prop:: JSXNoChildrenProp ) ,
You can’t perform that action at this time.
0 commit comments