haojianlong d7cf0f08e0 'init' před 4 roky
..
.github d7cf0f08e0 'init' před 4 roky
.vscode d7cf0f08e0 'init' před 4 roky
test d7cf0f08e0 'init' před 4 roky
.editorconfig d7cf0f08e0 'init' před 4 roky
.eslintignore d7cf0f08e0 'init' před 4 roky
.eslintrc.js d7cf0f08e0 'init' před 4 roky
.prettierignore d7cf0f08e0 'init' před 4 roky
.prettierrc d7cf0f08e0 'init' před 4 roky
LICENSE.md d7cf0f08e0 'init' před 4 roky
README.md d7cf0f08e0 'init' před 4 roky
index.js d7cf0f08e0 'init' před 4 roky
package.json d7cf0f08e0 'init' před 4 roky

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