root e2ef550dc3 update 2 éve
..
.github e2ef550dc3 update 2 éve
.vscode e2ef550dc3 update 2 éve
test e2ef550dc3 update 2 éve
.editorconfig e2ef550dc3 update 2 éve
.eslintignore e2ef550dc3 update 2 éve
.eslintrc.js e2ef550dc3 update 2 éve
.prettierignore e2ef550dc3 update 2 éve
.prettierrc e2ef550dc3 update 2 éve
LICENSE.md e2ef550dc3 update 2 éve
README.md e2ef550dc3 update 2 éve
index.js e2ef550dc3 update 2 éve
package.json e2ef550dc3 update 2 éve

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