Skip to content

🪶 Clean & reliable Prettier setup for VSCode + npm + CI. Minimal config, zero noise — powered by CodeCorn™.

License

Notifications You must be signed in to change notification settings

CodeCornTech/prettier-guide-community

Repository files navigation

🌽 @codecorn/prettier-guide-community 🌍

Minimal, reliable Prettier setup for VSCode + npm + CI + Git hooks.
Keep it predictable, avoid noisy configs, and share with your team/community.


CODECORN - PRETTIER GUIDE GitHub Stars Issues License Prettier VSCode


If this guide helps you, please leave a ⭐ star and/or open a PR!
Se ti è utile, lascia una ⭐ e/o proponi una PR!


Quick Start

npm i -D prettier npm set-script format "prettier --write ." npm set-script "format:check" "prettier --check ."

Create .prettierrc.json:

{ "$schema": "https://json.schemastore.org/prettierrc", "tabWidth": 2, "useTabs": false, "printWidth": 100, "singleQuote": false, "trailingComma": "es5", "semi": true, "endOfLine": "lf" }

VSCode (workspace): .vscode/settings.json

{ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "prettier.requireConfig": true, "files.eol": "\n" }

🌍 Languages / Lingue

🌐 🇮🇹 IT — 🇬🇧 EN Want to add more languages? Contributions are welcome!


📝 License

MIT © CodeCorn™ — Distributed under the MIT license.


⭐ Support the Project

If this guide helped you, leave a star ⭐ on GitHub and help us grow the CodeCorn community!

GitHub Stars Forks


🧭 Maintainer

👨‍💻 Federico Girolami

Full Stack Developer | System Integrator | Digital Solution Architect 🚀

📫 Get in Touch

🌐 Website: codecorn.it *(Under Construction)*

📧 Email: f.girolami@codecorn.it

🐙 GitHub: github.com/fgirolami29

About

🪶 Clean & reliable Prettier setup for VSCode + npm + CI. Minimal config, zero noise — powered by CodeCorn™.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published