Skip to content

Commit 5f1cadb

Browse files
committed
feat(linter): implement typescript/method-signature-style
1 parent c5ab142 commit 5f1cadb

File tree

5 files changed

+1706
-1
lines changed

5 files changed

+1706
-1
lines changed

crates/oxc_linter/src/generated/rule_runner_impls.rs

Lines changed: 5 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/generated/rules_enum.rs

Lines changed: 31 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/oxc_linter/src/rules.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ pub(crate) mod typescript {
231231
pub mod explicit_function_return_type;
232232
pub mod explicit_module_boundary_types;
233233
pub mod member_ordering;
234+
pub mod method_signature_style;
234235
pub mod no_array_delete;
235236
pub mod no_base_to_string;
236237
pub mod no_confusing_non_null_assertion;

0 commit comments

Comments
 (0)