{"library":"prettier-config-rive","title":"prettier-config-rive","description":"Prettier shareable configuration for RiVE projects. Version 1.0.0 requires Prettier ^3.0.0 and includes prettier-plugin-packagejson. It enforces consistent code formatting across RiVE projects, with no other peer dependencies. Released as a single stable version. Differentiators: opinionated standard config for the RiVE ecosystem, minimal setup.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install prettier-config-rive"],"cli":null},"imports":["import config from 'prettier-config-rive'","\"prettier\": \"prettier-config-rive\"","module.exports = {\n  ...require('prettier-config-rive'),\n  semi: false\n}"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// Install dependencies\nnpm install --save-dev prettier prettier-config-rive\n\n// In package.json, add:\n\"prettier\": \"prettier-config-rive\"\n\n// Or in .prettierrc.json:\n\"prettier-config-rive\"\n\n// Then run:\nnpx prettier --check .","lang":"javascript","description":"Shows how to install and use the shared Prettier config in a RiVE project.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}