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 259B

1234567891011121314151617
  1. {
  2. "esnext": true,
  3. "boss": true,
  4. "curly": true,
  5. "eqeqeq": true,
  6. "eqnull": true,
  7. "immed": true,
  8. "indent": 2,
  9. "latedef": true,
  10. "newcap": true,
  11. "noarg": true,
  12. "node": true,
  13. "sub": true,
  14. "undef": true,
  15. "unused": true,
  16. "mocha": true
  17. }