{"library":"prettier-config-planes","title":"Prettier Config Planes","description":"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-config-planes"],"cli":null},"imports":["// In package.json: \"prettier\": \"prettier-config-planes\"","module.exports = require('prettier-config-planes');"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// 1. Install the package\nnpm install --save-dev prettier-config-planes\n\n// 2. Add to package.json:\n// \"prettier\": \"prettier-config-planes\"\n\n// Or create a prettier.config.js:\nmodule.exports = require('prettier-config-planes');\n\n// Then run prettier:\n// npx prettier --check .","lang":"javascript","description":"Shows how to install and use the shared Prettier config in a project.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}