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.

.eslintrc 231B

123456789101112131415
  1. {
  2. "root": true,
  3. "extends": "@ljharb",
  4. "rules": {
  5. "func-name-matching": 0,
  6. "indent": [2, 4],
  7. "max-nested-callbacks": [2, 3],
  8. "max-params": [2, 3],
  9. "max-statements": [2, 20],
  10. "no-new-func": [1],
  11. "strict": [0]
  12. }
  13. }