Outlook_Addin_LLM/node_modules/prettier-linter-helpers
2024-11-29 21:36:41 +01:00
..
.github First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.vscode First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
test First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.editorconfig First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.eslintignore First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.eslintrc.js First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.prettierignore First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
.prettierrc First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
index.js First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
LICENSE.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
package.json First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00
README.md First version with simple frontend and Compose Email by AI 2024-11-29 21:36:41 +01:00

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