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