Small utility for serialising JS objects to query strings for use in URLs

.jshintrc 160B

1234567891011
  1. {
  2. "esnext": true,
  3. "browser": true,
  4. "node": true,
  5. "jasmine": true,
  6. "curly": true,
  7. "eqeqeq": true,
  8. "undef": true,
  9. "globals": {}
  10. }