Configuration and editors
See original GitHub issueWhen I tried this with vim and VSCode, the settings for importSort
give different results than running vim through CLI
I think it could have to do with #11 but not sure.
We use the https://github.com/unsplash/import-sort-style-unsplash as an import style, e.g.
{
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "unsplash"
}
}
}
Has anyone else had luck getting the settings to work with their editor?
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Configurations editor - IBM
The InfoSphere® DataStage® Designer provides a configuration file editor to help you define configuration files for the parallel engine. To use the editor, ......
Read more >Editing Collections with Configuration Editor | Microsoft Learn
Learn how to use Configuration Editor to edit collections. For this example we will be configuring Output Caching to highlight the new ...
Read more >Configuration editors (* Conf-editors) | From Linux - Desde Linux
For editing mate-conf-editor we can use the search tool (Edit »Search) which helps to find a value or a name of a specific...
Read more >Configuration Editor - Free download and software reviews
Configuration Editor is a tool to be bundled with your own software, that will allow the user to edit your software settings file...
Read more >Configuration Editor usage - wcm.io
The Configuration Editor is a template which is used inside the '/content' tree. It allows to edit configurations for the inner-most context that...
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 FreeTop 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
Top GitHub Comments
I’ll leave it open for now - as you said it might help someone. But yes, all in all there’s very little in the plugin and most everything else is in the import-sort package itself.
I verified that - it looks fine, I believe.
This really looks like a PR needs to be made for the import-sort-config package, it needs to somehow:
In order to solve the first part I will take a look at how eslint/babel/prettier/etc resolves their configs. I’m assuming hopefully they have a sane way of doing that.
As for what to do with this card - do you want to close it? Keep it open to see if anyone else comes by with input?