DEV Community

Discussion on: Easily sort imports and remove unused declarations on each save in VS Code

Collapse
 
joeduncko profile image
Joe Duncko

So I think this post is wrong in a bunch of ways. First, organizeImports seems to also run sortMembers. Second, none of these settings have anything to do with prettier or eslint. Also, ESLint's import sorting disagrees with VSCode's, so if you do turn that on you're going to have problems.