ESLint sort-imports versus VS Code

Don’t get me wrong, both VS Code and ESLint are great tools, but sometimes they do not play nice together. Both have plugins, which are extending their functionality, and sometimes those plugins goes againts each other. One of such cases is ESLint and automatic sorting of imports in Typescript files. You can instruct VS Code …