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! Enforcing options When set to true, these options will make JSHint produce more warnings about your code. This option prohibits the use of bitwise operators such as ^ (XOR), | (OR) and others. Bitwise operators are very rare in JavaScript programs and q
{{#tags}}- {{label}}
{{/tags}}