Philipp Partosch 46a936d7de added all files to project | 2 years ago | |
---|---|---|
.. | ||
.github | 2 years ago | |
.vscode | 2 years ago | |
test | 2 years ago | |
.editorconfig | 2 years ago | |
.eslintignore | 2 years ago | |
.eslintrc.js | 2 years ago | |
.prettierignore | 2 years ago | |
.prettierrc | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
index.js | 2 years ago | |
package.json | 2 years ago |
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.This code was extracted from eslint-plugin-prettier v2.7.0