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.

tslint.json 261B

1234567891011
  1. {
  2. "extends": "dtslint/dtslint.json",
  3. "rules": {
  4. "whitespace": false,
  5. "no-sparse-arrays": false,
  6. "only-arrow-functions": false,
  7. "no-consecutive-blank-lines": false,
  8. "prefer-conditional-expression": false,
  9. "one-variable-per-declaration": false
  10. }
  11. }