1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 06:36:33 +02:00

Update eslint-plugin-unicorn to v35.0.0

This commit is contained in:
XhmikosR
2021-08-26 19:32:29 +03:00
parent 10fc1fec6a
commit 4a4b61f082
3 changed files with 6 additions and 13 deletions

View File

@@ -113,7 +113,6 @@ function bootstrapDelegationHandler(element, selector, fn) {
event.delegateTarget = target
if (handler.oneOff) {
// eslint-disable-next-line unicorn/consistent-destructuring
EventHandler.off(element, event.type, selector, fn)
}