Help with prettier-plugin-sort-imports
See original GitHub issue@jonlabelle hello, same question from me. Can’t use prettier with https://github.com/trivago/prettier-plugin-sort-imports. Could you please help?
Getting this:
[warn] Ignored unknown option { importOrderSeparation: false }.
[warn] Ignored unknown option { experimentalBabelParserPluginsList: ["jsx"] }.
Originally posted by @isnifer in https://github.com/jonlabelle/SublimeJsPrettier/issues/239#issuecomment-846416915
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
How to quickly sort imports with Prettier - DEV Community
First, let's install the necessary dependencies. We'll need just two: prettier and the plugin . npm install prettier @trivago/prettier-plugin- ...
Read more >trivago/prettier-plugin-sort-imports - GitHub
A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order. - GitHub - trivago/prettier-plugin-sort-imports: A ...
Read more >How to quickly sort imports with Prettier - Relatable Code
First, let's install the necessary dependencies. We'll need just two: prettier and the plugin . Bash/Shell.
Read more >@trivago/prettier-plugin-sort-imports - npm
A prettier plugins to sort imports in provided RegEx order. Latest version: 4.0.0, last published: a month ago.
Read more >Presenting @trivago/prettier-plugin-sort-imports
The @trivago/prettier-plugin-sort-imports prettier plugin sorts the import declarations by using prettier. ... Configure the plugin: You can ...
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
@jonlabelle actually, confirm. Your example is working. And my project started working when I added prettier as devDependency lmaaao. (I really don’t know why I didn’t have it) Thanks
This issue has been automatically locked due to inactivity. Please open a new issue for related bugs.