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