spalger / gulp-jshint

JSHint plugin for gulp
MIT License
419 stars 65 forks source link

gulp-jhint bad ender error #158

Closed sreekanthjnayar closed 6 years ago

sreekanthjnayar commented 6 years ago

While running the gulp-jshint the following error is generated for every file in the code base process line 0, col 0, Bad option: 'ender' There are certain forums which talk about the file format being the culprit to this issue. Is there a way to suppress this, coz this saturates the output generated by gulp.

OS - macOS High Sierra v10.13.3 IDE - vscode gulp version - 4.0.0 gulp jshint version - 2.1.0 jshint version - 2.9.5

TheDancingCode commented 6 years ago

Check if you have an option called "ender" in your jshint config. If so, remove it.

sreekanthjnayar commented 6 years ago

Removing the ender option worked. Thanks for the prompt reply.