haojianlong d7cf0f08e0 'init' il y a 4 ans
..
.github d7cf0f08e0 'init' il y a 4 ans
.vscode d7cf0f08e0 'init' il y a 4 ans
test d7cf0f08e0 'init' il y a 4 ans
.editorconfig d7cf0f08e0 'init' il y a 4 ans
.eslintignore d7cf0f08e0 'init' il y a 4 ans
.eslintrc.js d7cf0f08e0 'init' il y a 4 ans
.prettierignore d7cf0f08e0 'init' il y a 4 ans
.prettierrc d7cf0f08e0 'init' il y a 4 ans
LICENSE.md d7cf0f08e0 'init' il y a 4 ans
README.md d7cf0f08e0 'init' il y a 4 ans
index.js d7cf0f08e0 'init' il y a 4 ans
package.json d7cf0f08e0 'init' il y a 4 ans

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