How to config prettier to using global node module
See original GitHub issueI need to use the same version with my team (0.1.0) but can’t find any place to configure it. Beside of that, is it possible to downgrade to version 0.1.0?
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (6 by maintainers)
Top Results From Across the Web
Install - Prettier
You may run prettier --write app/ to format a certain directory, or prettier --write app/components/Button.js to format a certain file. Or use a...
Read more >How to setup ESLint and Prettier on Node - SourceLevel
In this article, I explain how to set up and configure ESLint and Prettier for a Node application. First, I list the requirements....
Read more >How to configure Prettier and VSCode - Gleb Bahmutov
You can configure JavaScript code auto-formatting with Prettier to work per-project. This allows you to get a consistent formatting without ...
Read more >Prettier plugin's config "prettier package" should default to ...
Prettier plugin's config "prettier package" should default to project's node modules · Install the Prettier plugin · Go to Preferences - Languages &...
Read more >eslint-config-prettier - npm
Turns off all rules that are unnecessary or might conflict with Prettier.. Latest version: 8.5.0, last published: 10 months ago.
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I was not sure, edited my comment ^^
If you have a
prettierinstalled yourself locally we will use that one. If you don’t have anything installed, we use theprettierthat’s bundled with thisprettier-vscodeextension.