Shared Prettier configuration package for Team Planes projects. Version 1.0.1 is the current stable release. This package provides a centralized, opinionated Prettier config to ensure consistent code formatting across all projects in the organization. It extends the base Prettier options and can be used by referencing the package name in a project's package.json. The package has no additional dependencies, making it lightweight and easy to adopt. It follows the standard Prettier shared config pattern, allowing for simple integration and overrides.
npm install prettier-config-planesVerified import paths — ran on the pinned version, not inferred.
Shows how to install and use the shared Prettier config in a project.
Use require('prettier-config-planes') in a CommonJS config file, or set the 'prettier' key in package.json.Review the config options and use overrides in a local prettier.config.js if needed.
Run 'npm install --save-dev prettier-config-planes' to ensure it's installed.
Change the config file to CommonJS (module.exports = require(...)) or use package.json prettier field.
No dependency data recorded yet.