![]() |
2 سال پیش | |
---|---|---|
.. | ||
.github | 2 سال پیش | |
.vscode | 2 سال پیش | |
test | 2 سال پیش | |
.editorconfig | 2 سال پیش | |
.eslintignore | 2 سال پیش | |
.eslintrc.js | 2 سال پیش | |
.prettierignore | 2 سال پیش | |
.prettierrc | 2 سال پیش | |
LICENSE.md | 2 سال پیش | |
README.md | 2 سال پیش | |
index.js | 2 سال پیش | |
package.json | 2 سال پیش |
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