Repositorio del curso CCOM4030 el semestre B91 del proyecto kilometro0

.jshintrc 527B

123456789101112131415161718192021222324
  1. {
  2. "browser": true
  3. , "devel": true
  4. , "bitwise": true
  5. , "undef": true
  6. , "trailing": true
  7. , "quotmark": false
  8. , "indent": 4
  9. , "unused": "vars"
  10. , "latedef": "nofunc"
  11. , "globals": {
  12. "module": false,
  13. "exports": false,
  14. "require": false,
  15. "cordova": true,
  16. "ContactFindOptions": true,
  17. "ContactError": true,
  18. "Contact": true,
  19. "ContactName": true,
  20. "ContactField": true,
  21. "ContactAddress": true,
  22. "ContactOrganization": true
  23. }
  24. }