Skip to content

Commit

Permalink
Move single use event listeners to fancier stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
ebidel committed Dec 5, 2016
1 parent ba5cc13 commit 5c7122b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lighthouse-core/config/default.json
Expand Up @@ -296,9 +296,6 @@
"uses-passive-event-listeners": {
"expectedValue": true
},
"uses-single-use-event-listeners": {
"expectedValue": true
},
"no-mutation-events": {
"expectedValue": false
}
Expand Down Expand Up @@ -431,6 +428,9 @@
},
"no-console-time": {
"expectedValue": false
},
"uses-single-use-event-listeners": {
"expectedValue": true
}
}
}]
Expand Down

0 comments on commit 5c7122b

Please sign in to comment.