root e2ef550dc3 update 2 yıl önce
..
.github e2ef550dc3 update 2 yıl önce
.vscode e2ef550dc3 update 2 yıl önce
test e2ef550dc3 update 2 yıl önce
.editorconfig e2ef550dc3 update 2 yıl önce
.eslintignore e2ef550dc3 update 2 yıl önce
.eslintrc.js e2ef550dc3 update 2 yıl önce
.prettierignore e2ef550dc3 update 2 yıl önce
.prettierrc e2ef550dc3 update 2 yıl önce
LICENSE.md e2ef550dc3 update 2 yıl önce
README.md e2ef550dc3 update 2 yıl önce
index.js e2ef550dc3 update 2 yıl önce
package.json e2ef550dc3 update 2 yıl önce

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