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.

README.md 510B

1234567891011121314
  1. # prettier-linter-helpers
  2. Helper functions for exposing prettier changes within linting tools.
  3. This package contains:
  4. - `showInvisibles(string)` - Replace invisible characters with ones you can see for
  5. for easier diffing.
  6. - `generateDifferences(source, prettierSource)` - Generate an array of
  7. differences between two strings.
  8. ## Inspiration
  9. This code was extracted from [eslint-plugin-prettier v2.7.0](https://github.com/prettier/eslint-plugin-prettier/blob/v2.7.0/eslint-plugin-prettier.js#L85-L215)