You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was on 2.26.0 and was trying to update to 2.27.4 but started getting a weird error in 2 of the files on my project.
Here's my config for the import/order rule:
Here is what my file currently looks like - this was fine in 2.26.0
This is what the plugin wants it to look like
There are many issues with this:
"../commands/Utility/poll" appears right after the builtin modules, before external ones
"../config.json" appears after the discord.js external module import but before mongodb
"../events/crowdinverify" appears after mongodb but before node-cron, both external modules
On a different file I have a less obvious but equally weird error:
This is what the file looks like currently
This is what the plugin wants the file to look like:
Here I believe the bug happens because index and config are in the same directory, however, I only want index to show up before sibling files, and config should show up after as it is in the parent directory
I have files with similar structures where this is not an issue, so I'm not sure why it is on these 2 files.
The text was updated successfully, but these errors were encountered:
I was on 2.26.0 and was trying to update to 2.27.4 but started getting a weird error in 2 of the files on my project.
Here's my config for the import/order rule:
Here is what my file currently looks like - this was fine in 2.26.0
This is what the plugin wants it to look like
There are many issues with this:
"../commands/Utility/poll"
appears right after the builtin modules, before external ones"../config.json"
appears after thediscord.js
external module import but beforemongodb
"../events/crowdinverify"
appears aftermongodb
but beforenode-cron
, both external modulesOn a different file I have a less obvious but equally weird error:
This is what the file looks like currently
This is what the plugin wants the file to look like:
Here I believe the bug happens because index and config are in the same directory, however, I only want index to show up before sibling files, and config should show up after as it is in the parent directory
I have files with similar structures where this is not an issue, so I'm not sure why it is on these 2 files.
The text was updated successfully, but these errors were encountered: