Created by: dylnclrk
Note: see https://github.com/verekia/js-stack-from-scratch/issues/90 for more info.
Newer versions of eslint-config-airbnb
complain about the lack
of dangling-commas on multi-line function calls (e.g. v13). Some of
the gulpfile examples in Chapter 6 were tripping up the linter. To
address this:
- Instruct people following the tutorial to wrap multi-line ES6 style functions in parenthesis.
- Update the gulpfile in ch6 to reflect this style change.