prettier-linter-helpers (1.0.0)
Published 2026-02-24 14:03:27 +00:00 by atheaadmin
Installation
registry=npm install prettier-linter-helpers@1.0.0"prettier-linter-helpers": "1.0.0"About this package
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
Dependencies
Dependencies
| ID | Version |
|---|---|
| fast-diff | ^1.1.2 |
Development Dependencies
| ID | Version |
|---|---|
| eslint | ^5.6.1 |
| eslint-config-prettier | ^3.1.0 |
| eslint-plugin-node | ^7.0.1 |
| eslint-plugin-prettier | ^2.7.0 |
| mocha | ^5.2.0 |
| prettier | ^1.14.3 |