Software zum Installieren eines Smart-Mirror Frameworks , zum Nutzen von hochschulrelevanten Informationen, auf einem Raspberry-Pi.
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 618B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "curly": true,
  3. "globalstrict": true,
  4. "eqeqeq": true,
  5. "immed": true,
  6. "latedef": true,
  7. "newcap": true,
  8. "noarg": true,
  9. "sub": true,
  10. "undef": true,
  11. "boss": true,
  12. "eqnull": true,
  13. "es3": true,
  14. "globals": {
  15. "window": true,
  16. "console": true,
  17. "define": false,
  18. "require": false,
  19. "exports": false,
  20. "_": false,
  21. "afterEach": false,
  22. "beforeEach": false,
  23. "confirm": false,
  24. "context": false,
  25. "describe": false,
  26. "xdescribe": false,
  27. "expect": false,
  28. "it": false,
  29. "jasmine": false,
  30. "waitsFor": false,
  31. "runs": false,
  32. "Symbol": false
  33. }
  34. }