.jshintrc 151 B

12345
  1. {
  2. // suppresses warnings about the use of expression
  3. // where normally you would expect to see assignments or function calls
  4. "expr": true
  5. }