Don't break import in PHPStorm for Typescript
When ignoring max length rules for imports in Typescript, PHPStorm still will break the imports automatically be default. But there is a setting for this:
Go to Editor > Code Style > Typescript > Wrapping and Braces
and switch ES6 import/export
from Chop down if long
to Do not Wrap
.