Skip to content

Commit

Permalink
refactor(useThrowOnlyError): fix sources (#3053)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Jun 3, 2024
1 parent f194deb commit cd6e830
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
24 changes: 12 additions & 12 deletions crates/biome_cli/src/execute/migrate/eslint_any_rule_to_biome.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
Expand Up @@ -53,7 +53,7 @@ declare_rule! {
version: "next",
name: "useThrowOnlyError",
language: "js",
sources: &[RuleSource::Eslint("no-throw-literal"), RuleSource::EslintTypeScript("no-throw-literal"), RuleSource::Eslint("only-throw-error")],
sources: &[RuleSource::Eslint("no-throw-literal"), RuleSource::EslintTypeScript("no-throw-literal"), RuleSource::EslintTypeScript("only-throw-error")],
source_kind: RuleSourceKind::Inspired,
recommended: false,
}
Expand Down

0 comments on commit cd6e830

Please sign in to comment.