lhl 6ff0e96ad3 8-4-1 há 2 anos atrás
..
.github 6ff0e96ad3 8-4-1 há 2 anos atrás
.vscode 6ff0e96ad3 8-4-1 há 2 anos atrás
test 6ff0e96ad3 8-4-1 há 2 anos atrás
.editorconfig 6ff0e96ad3 8-4-1 há 2 anos atrás
.eslintignore 6ff0e96ad3 8-4-1 há 2 anos atrás
.eslintrc.js 6ff0e96ad3 8-4-1 há 2 anos atrás
.prettierignore 6ff0e96ad3 8-4-1 há 2 anos atrás
.prettierrc 6ff0e96ad3 8-4-1 há 2 anos atrás
LICENSE.md 6ff0e96ad3 8-4-1 há 2 anos atrás
README.md 6ff0e96ad3 8-4-1 há 2 anos atrás
index.js 6ff0e96ad3 8-4-1 há 2 anos atrás
package.json 6ff0e96ad3 8-4-1 há 2 anos atrás

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