2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03: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
-1
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)
}