A shared Prettier configuration package published by MX Technologies. Version 1.0.0, last updated in 2019. It provides a baseline set of formatting rules for projects within the MX ecosystem. The package is minimal, expecting Prettier 1.19.1 as a peer dependency. Its main differentiator is being a simple reusable config for consistency across MX projects, but it has not been updated since its initial release, and no longer works with modern Prettier versions (>1.19.1).
npm install prettier-config-mxVerified import paths — ran on the pinned version, not inferred.
Installs Prettier and the shared config, then applies it via the package.json prettier field.
Downgrade Prettier to 1.19.1 or avoid using this config with newer versions.
Replace with '@prettier/plugin-*' or maintain a fork.
Use require() instead of import.
Run npm install prettier-config-mx --save-dev
Set "prettier": "prettier-config-mx" (as a string)