jshint / jshint.github.io

The homepage for JSHint
http://jshint.com
20 stars 19 forks source link

add link to the default options #18

Closed waldyrious closed 9 years ago

waldyrious commented 9 years ago

I was having a hard time finding this in the docs. Adding the link so it's more discoverable.

jugglinmike commented 9 years ago

Actually, that file is just an example--it has no effect on JSHint's behavior. While it might match the current default behavior, there's no guarantee that it will continue to do so.

This is why the "options" documentation segments the options by the categories "enforcing" and "relaxing". Notice how all the "relaxing" options are about suppressing warnings--these are the constraints that JSHint imposes by default.

waldyrious commented 9 years ago

Since the change in the is PR is not technically correct, I will close it, and continue discussion in #20