Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

๐Ÿชถ Clean & reliable Prettier setup for VSCode + npm + CI. Minimal config, zero noise โ€” powered by CodeCornTM.

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 ยฉ CodeCornTM โ€” 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 CodeCornTM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

AltStyle ใซใ‚ˆใฃใฆๅค‰ๆ›ใ•ใ‚ŒใŸใƒšใƒผใ‚ธ (->ใ‚ชใƒชใ‚ธใƒŠใƒซ) /