Mohammad Asif cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
..
.github cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
.vscode cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
test cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
.editorconfig cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
.eslintignore cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
.eslintrc.js cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
.prettierignore cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
.prettierrc cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
LICENSE.md cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
README.md cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
index.js cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ
package.json cf937194cb Removed un-waned things 1. 5 mēneši atpakaļ

README.md

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