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.

prettier.js 386B

123456789101112
  1. "use strict";
  2. module.exports = {
  3. rules: {
  4. // These are safe to use as long as the `"prettier/prettier"` rule from
  5. // eslint-plugin-prettier isn’t enabled.
  6. // These are also included in `"plugin:prettier/recommended"`:
  7. // https://github.com/prettier/eslint-plugin-prettier#recommended-configuration
  8. "arrow-body-style": 0,
  9. "prefer-arrow-callback": 0,
  10. },
  11. };