root e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
..
.github e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
.vscode e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
test e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
.editorconfig e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
.eslintignore e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
.eslintrc.js e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
.prettierignore e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
.prettierrc e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
LICENSE.md e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
README.md e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
index.js e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos
package.json e2ef550dc3 update %!s(int64=2) %!d(string=hai) anos

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