From ac64e83f3839fb2f1e61f2b32d4d236ec3f44cd7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 27 Mar 2015 16:05:06 +0000 Subject: [PATCH] add introductory paragraph, adapted from docs.md --- pages/options.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/options.html b/pages/options.html index 0428f5f..0edce19 100644 --- a/pages/options.html +++ b/pages/options.html @@ -2,12 +2,18 @@

JSHint Options

- This page's content is sourced from the JSHint project repository. If you spot an error, please open an issue or (better yet) make a pull request! +JSHint comes with a +default set +of warnings but it was designed to be very configurable. Most often, when you need to +tune JSHint to your own taste, all you need to do is to find an appropriate option. +JSHint has two types of options: enforcing and relaxing. The former are used to make JSHint +more strict, while the latter are used to suppress some warnings. +

Enforcing options

When set to true, these options will make JSHint produce more warnings about your code.