![]() |
il y a 2 ans | |
---|---|---|
.. | ||
.github | il y a 2 ans | |
.vscode | il y a 2 ans | |
test | il y a 2 ans | |
.editorconfig | il y a 2 ans | |
.eslintignore | il y a 2 ans | |
.eslintrc.js | il y a 2 ans | |
.prettierignore | il y a 2 ans | |
.prettierrc | il y a 2 ans | |
LICENSE.md | il y a 2 ans | |
README.md | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 2 ans |
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