|
|
hace 2 años | |
|---|---|---|
| .. | ||
| .github | hace 2 años | |
| .vscode | hace 2 años | |
| test | hace 2 años | |
| .editorconfig | hace 2 años | |
| .eslintignore | hace 2 años | |
| .eslintrc.js | hace 2 años | |
| .prettierignore | hace 2 años | |
| .prettierrc | hace 2 años | |
| LICENSE.md | hace 2 años | |
| README.md | hace 2 años | |
| index.js | hace 2 años | |
| package.json | hace 2 años | |
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