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

12345678910
  1. {
  2. "node": true,
  3. "curly": true,
  4. "latedef": true,
  5. "quotmark": true,
  6. "undef": true,
  7. "unused": true,
  8. "trailing": true
  9. }