Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 2 additions & 0 deletions crates/oxc_linter/src/rules.rs
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,7 @@ mod promise {
pub mod avoid_new;
pub mod catch_or_return;
pub mod no_callback_in_promise;
pub mod no_multiple_resolved;
pub mod no_nesting;
pub mod no_new_statics;
pub mod no_promise_in_callback;
Expand Down Expand Up @@ -952,6 +953,7 @@ oxc_macros::declare_all_lint_rules! {
promise::no_nesting,
promise::no_promise_in_callback,
promise::no_callback_in_promise,
promise::no_multiple_resolved,
promise::no_new_statics,
promise::no_return_in_finally,
promise::param_names,
Expand Down
Loading
Loading