root 3bf41bf355 update | vor 1 Jahr | |
---|---|---|
.. | ||
.github | vor 1 Jahr | |
.vscode | vor 1 Jahr | |
test | vor 1 Jahr | |
.editorconfig | vor 1 Jahr | |
.eslintignore | vor 1 Jahr | |
.eslintrc.js | vor 1 Jahr | |
.prettierignore | vor 1 Jahr | |
.prettierrc | vor 1 Jahr | |
LICENSE.md | vor 1 Jahr | |
README.md | vor 1 Jahr | |
index.js | vor 1 Jahr | |
package.json | vor 1 Jahr |
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