root 3bf41bf355 update | пре 1 година | |
---|---|---|
.. | ||
.github | пре 1 година | |
.vscode | пре 1 година | |
test | пре 1 година | |
.editorconfig | пре 1 година | |
.eslintignore | пре 1 година | |
.eslintrc.js | пре 1 година | |
.prettierignore | пре 1 година | |
.prettierrc | пре 1 година | |
LICENSE.md | пре 1 година | |
README.md | пре 1 година | |
index.js | пре 1 година | |
package.json | пре 1 година |
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