johnpapa / gulp-patterns

Playground for Gulp Recipes
501 stars 146 forks source link

Removed depreciated options. #108

Closed wolfhoundjesse closed 5 years ago

wolfhoundjesse commented 8 years ago

This file is in most of your projects, understandably. This seems the most logical place to submit a pull request.

I've removed the depreciated options per the documentation at JSHint. These are options that will be handled by the JSCS project. An exception is setting esversion to 6. This replaces the old es3 and esnext options.

Thanks for all your help!