cmy 02a04f55a0 2023-3-15 vor 3 Jahren
..
.github 02a04f55a0 2023-3-15 vor 3 Jahren
.vscode 02a04f55a0 2023-3-15 vor 3 Jahren
test 02a04f55a0 2023-3-15 vor 3 Jahren
.editorconfig 02a04f55a0 2023-3-15 vor 3 Jahren
.eslintignore 02a04f55a0 2023-3-15 vor 3 Jahren
.eslintrc.js 02a04f55a0 2023-3-15 vor 3 Jahren
.prettierignore 02a04f55a0 2023-3-15 vor 3 Jahren
.prettierrc 02a04f55a0 2023-3-15 vor 3 Jahren
LICENSE.md 02a04f55a0 2023-3-15 vor 3 Jahren
README.md 02a04f55a0 2023-3-15 vor 3 Jahren
index.js 02a04f55a0 2023-3-15 vor 3 Jahren
package.json 02a04f55a0 2023-3-15 vor 3 Jahren

README.md

prettier-linter-helpers

Helper functions for exposing prettier changes within linting tools.

This package contains:

  • showInvisibles(string) - Replace invisible characters with ones you can see for for easier diffing.
  • generateDifferences(source, prettierSource) - Generate an array of differences between two strings.

Inspiration

This code was extracted from eslint-plugin-prettier v2.7.0