I am using tslint with the default config tslint:recommended
and I am looking to minimize the number of rules I need to customize.
Some rules require that imports be alphabetized:
src/core/task/TaskMockDecorator.ts[2, 1]: Imports within a group must be alphabetized.
src/core/task/taskRunner.ts[1, 16]: Named imports must be alphabetized.
I prefer not to manually sort imports alphabetically. Is there a way for WebStorm / PhpStorm to handle this automatically before I disable that specific linting rule?