Closed (fixed)
Project:
Drupal core
Version:
8.6.x-dev
Component:
javascript
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 May 2017 at 18:13 UTC
Updated:
21 Jun 2018 at 21:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fafniricalComment #3
fafniricalComment #6
borisson_I agree that this is a good idea. The patch needs a reroll though.
Comment #7
jofitzRe-rolled.
Comment #8
marxjohnson commentedI've reviewed this and both files look good. I was momentarily confused as to why
"max-nested-callbacks": ["warn", 3],still had a 3 instead of a word, but on closer inspection that's the number of nested callbacks allowed, and not another eslint reporting level.I also ran eslint on a file before and after the patch, the output was the same in both cases.
Comment #9
justafishAlso reviewed - looks good. Great idea 👍
Comment #10
alexpottCrediting @marxjohnson for an rtbc review which details all the steps taken and their thoughts whilst reviewing the patch.
Comment #11
alexpottCommitted 99f215b and pushed to 8.6.x. Thanks!