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

123456789101112131415161718192021
  1. {
  2. "curly": false,
  3. "eqeqeq": true,
  4. "immed": true,
  5. "latedef": true,
  6. "newcap": true,
  7. "noarg": true,
  8. "sub": true,
  9. "undef": true,
  10. "boss": true,
  11. "eqnull": true,
  12. "es3": true,
  13. "notypeof": true,
  14. "globals": {
  15. "console": false,
  16. "exports": false,
  17. "define": false,
  18. "module": false,
  19. "window": false
  20. }
  21. }