Diligent web site
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.jshintrc 172B

123456789101112
  1. {
  2. "curly": true,
  3. "eqeqeq": true,
  4. "expr": true,
  5. // "maxlen": 130,
  6. "newcap": true,
  7. "noarg": true,
  8. "nonbsp": true,
  9. "trailing": true,
  10. "undef": true,
  11. "unused": true
  12. }