🌐
GitHub
github.com › prettier › prettier
GitHub - prettier/prettier: Prettier is an opinionated code formatter. · GitHub
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
Starred by 51.8K users
Forked by 4.7K users
Languages   JavaScript 83.3% | TypeScript 6.2% | CSS 3.0% | HTML 3.0% | SCSS 1.5% | Less 1.0%
🌐
GitHub
github.com › prettier
Prettier · GitHub
Prettier is an opinionated code formatter. Prettier has 45 repositories available. Follow their code on GitHub.
🌐
GitHub
github.com › prettier › prettier-vscode
GitHub - prettier/prettier-vscode: Visual Studio Code extension for Prettier · GitHub
Install through VS Code extensions. Search for Prettier - Code formatter
Starred by 5.5K users
Forked by 509 users
Languages   TypeScript 78.3% | JavaScript 20.3% | PHP 0.6% | Dockerfile 0.3% | HTML 0.3% | SCSS 0.1%
🌐
GitHub
github.com › prettier › prettier-vscode › releases
Releases · prettier/prettier-vscode
Visual Studio Code extension for Prettier. Contribute to prettier/prettier-vscode development by creating an account on GitHub.
Author   prettier
🌐
Prettier
prettier.io
Prettier · Opinionated Code Formatter · Prettier
More than 9.9 million dependent repositories on GitHubCheck Them Out
🌐
GitHub
gist.github.com › siakaramalegos › 4a5cdab1f44ffb217a48d5260043f8ae
Adding Prettier to a project · GitHub
Download ZIP · Adding Prettier to a project · Raw · prettier.md · Basic steps for adding Prettier to a project and setting up a pre-commit hook when not using any other linter. Most of these steps can be found in the docs and through other links in the docs.
🌐
GitHub
github.com › prettier › prettier › blob › main › docs › install.md
prettier/docs/install.md at main - GitHub
If you forget to install Prettier first, bunx will temporarily download the latest version. That’s not a good idea when using Prettier, because we change how code is formatted in each release! It’s important to have a locked down version of Prettier in your package.json.
Author   prettier
🌐
GitHub
github.com › github › prettier-config
GitHub - github/prettier-config: Prettier config used at GitHub
diff --git a/package.json b/package.json index 2ecef3d..260838f 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "keywords": [ "prettier" ], + "prettier": "@github/prettier-config", "license": "MIT", "author": "GitHub Inc.", "main": "index.js"
Starred by 32 users
Forked by 14 users
Languages   Dockerfile 86.6% | JavaScript 13.4% | Dockerfile 86.6% | JavaScript 13.4%
🌐
GitHub
github.com › prettier › prettier › releases
Releases · prettier/prettier
prettier / prettier Public · There was an error while loading. Please reload this page. Notifications · You must be signed in to change notification settings · Fork 4.7k · Star 51.7k · Releases · prettier/prettier · 21 Jan 17:50 · fisker · 3.8.1 · 90983f4 · Compare ·
Author   prettier
Find elsewhere
🌐
GitHub
gist.github.com › Mohamed3on › 840b34ecb7e9abf06ace035183b7f1fc
Run prettier on all JS files in a directory · GitHub
Download ZIP · Run prettier on all JS files in a directory · Raw · batchPrettier.md · Install prettier · Make a .prettierignore file, and add directories you'd like prettier to not format, for example: **/node_modules · Run prettier --write "**/*.js" *Don't forget the quotes.
🌐
GitHub
github.com › alshedivat › al-folio › discussions › 2623
How to run prettier check ? · alshedivat/al-folio · Discussion #2623
Then, you can install it using npm install prettier inside the project directory, or install it globally on your computer using npm install -g prettier. To run prettier on your current directory use npx prettier .
Author   alshedivat
🌐
GitHub
github.com › prettier › vim-prettier
GitHub - prettier/vim-prettier: A Vim plugin for Prettier · GitHub
" post install (yarn install | npm install) then load plugin only for editing supported files Plug 'prettier/vim-prettier', { \ 'do': 'yarn install --frozen-lockfile --production', \ 'for': ['javascript', 'typescript', 'css', 'less', 'scss', 'json', 'graphql', 'markdown', 'vue', 'svelte', 'yaml', 'html'] }
Starred by 1.8K users
Forked by 138 users
Languages   Vim Script 88.6% | JavaScript 6.6% | Dockerfile 2.5% | Makefile 2.3%
🌐
GitHub
github.com › prettier › prettier-browser-extension
GitHub - prettier/prettier-browser-extension: Prettier Browser Extension
Prettier Browser Extension. Contribute to prettier/prettier-browser-extension development by creating an account on GitHub.
Starred by 204 users
Forked by 17 users
Languages   JavaScript 93.5% | SCSS 6.0% | HTML 0.5% | JavaScript 93.5% | SCSS 6.0% | HTML 0.5%
🌐
GitHub
github.com › prettier › eslint-plugin-prettier
GitHub - prettier/eslint-plugin-prettier: ESLint plugin for Prettier formatting · GitHub
ESLint plugin for Prettier formatting. Contribute to prettier/eslint-plugin-prettier development by creating an account on GitHub.
Starred by 3.6K users
Forked by 212 users
Languages   JavaScript
🌐
GitHub
github.com › pompeybrain › prettier-emacs
GitHub - pompeybrain/prettier-emacs: prettier emacs plugin · GitHub
or install prettier locally in your project · download prettier.el file and add it to your emacs loadpath · (require 'prettier) (global-prettier-mode 1) format automatically: when turn global-prettier-mode on, it add the prettier-format command in buffer-local before-save-hook.
Author   pompeybrain
🌐
npm
npmjs.com › package › prettier
prettier - npm
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) See CONTRIBUTING.md. none · npm i prettier · github.com/prettier/prettier · prettier.io · Fund this package · 68,456,867 ·
      » npm install prettier
    
Published   Jan 21, 2026
Version   3.8.1
Author   James Long
🌐
GitHub
github.com › fsouza › prettierd
GitHub - fsouza/prettierd: prettier, as a daemon, for improved formatting speed. · GitHub
prettier, as a daemon, for improved formatting speed. - fsouza/prettierd
Starred by 974 users
Forked by 31 users
Languages   TypeScript 99.4% | JavaScript 0.6%
🌐
GitHub
github.com › prettier › prettier-emacs
GitHub - prettier/prettier-emacs: Minor mode to format code on file save · GitHub
If prettier is not installed already, you can install it using npm install -g prettier or via your package manager.
Starred by 395 users
Forked by 53 users
Languages   Emacs Lisp 98.3% | JavaScript 1.7%
🌐
Simon Willison
til.simonwillison.net › github-actions › prettier-github-actions
Using Prettier to check JavaScript code style in GitHub Actions | Simon Willison’s TILs
I'm using npx to run Prettier which installs it if it is missing - as far as I can tell npx respects the .npm cache so I'm using that to avoid downloading a new copy of Prettier every time. UPDATE: Apparently it doesn't, see #1169 · I decided to use the hash of the prettier.yml file itself as the key for the cached data, so any time I change the workflow it should invalidate the cache. npm Running Prettier against Django or Jinja templates - 2024-06-19 · github-actions Using the GitHub Actions cache with npx and no package.json - 2022-03-22