uswds-site
uswds-site copied to clipboard
Cleanup gulp tasks
Description
- [x] Use
prettier
andairbnb
ESLint guidelines based on 18F - #1200 - [x] Use Gulp v4 style - #1484
- [x] Tasks in
config/gulp/
need to use consistent style (ex:var → const
orfunction() → () =>
)
- [x] Tasks in
- [ ] Remove deprecated features blocked by #1575
- [x] #1649
Is this done?
@thisisdano some tasks are in progress. I've added relevant issues to each task
Removed #1648 requirement because it's not related to gulp, but a deprecated nodeJS feature.
Closed, this work completed in tasks outlined above.