RedStone Prettier Config is a shared Prettier configuration package for all RedStone Finance repositories, currently at version 1.1.0. It provides a centralized Prettier setup to ensure consistent code formatting across projects. The package is used by referencing it in package.json as a Prettier config string, making it simple to adopt without additional configuration. It is maintained as part of the RedStone ecosystem and follows the standard Prettier shared config pattern.
npm install redstone-prettier-configVerified import paths — ran on the pinned version, not inferred.
Shows how to install and use the shared Prettier config in a project, including setting up package.json and running prettier.
Use redstone-prettier-config directly.
Use --save-dev when installing.
Use module.exports = require('redstone-prettier-config');Run npm install --save-dev prettier redstone-prettier-config.
Ensure the prettier value is a string: "redstone-prettier-config".
No dependency data recorded yet.