mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Disable ESlint on no-return-assign and temporary for arrow-body-style
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ class Alert {
|
||||
|
||||
const customEvent = this._triggerCloseEvent(rootElement)
|
||||
|
||||
if (customEvent.defaultPrevented) {
|
||||
if (customEvent === null || customEvent.defaultPrevented) {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user