zhaojinyu e984acc6d0 first commit 10 ay önce
..
.github e984acc6d0 first commit 10 ay önce
.vscode e984acc6d0 first commit 10 ay önce
test e984acc6d0 first commit 10 ay önce
.editorconfig e984acc6d0 first commit 10 ay önce
.eslintignore e984acc6d0 first commit 10 ay önce
.eslintrc.js e984acc6d0 first commit 10 ay önce
.prettierignore e984acc6d0 first commit 10 ay önce
.prettierrc e984acc6d0 first commit 10 ay önce
LICENSE.md e984acc6d0 first commit 10 ay önce
README.md e984acc6d0 first commit 10 ay önce
index.js e984acc6d0 first commit 10 ay önce
package.json e984acc6d0 first commit 10 ay ö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