https://github.com/prettier/prettier-linter-helpers
Helper functions for exposing prettier changes within linting tools
https://github.com/prettier/prettier-linter-helpers
diff prettier
Last synced: 8 months ago
JSON representation
Helper functions for exposing prettier changes within linting tools
- Host: GitHub
- URL: https://github.com/prettier/prettier-linter-helpers
- Owner: prettier
- License: mit
- Created: 2018-10-01T04:02:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T18:06:21.000Z (over 1 year ago)
- Last Synced: 2025-10-13T06:23:27.945Z (8 months ago)
- Topics: diff, prettier
- Language: JavaScript
- Size: 59.6 KB
- Stars: 21
- Watchers: 2
- Forks: 6
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# prettier-linter-helpers
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.
## Inspiration
This code was extracted from [eslint-plugin-prettier v2.7.0](https://github.com/prettier/eslint-plugin-prettier/blob/9fac6b4039c1983b83073fa7af7864f0d7e1f2d3/eslint-plugin-prettier.js#L85-L215)