trivago / prettier-plugin-sort-imports

A prettier plugin to sort imports in typescript and javascript files by the provided RegEx order.
Apache License 2.0
3.37k stars 133 forks source link

feat: support importOrderImportAttributesKeyword #273

Open chentsulin opened 11 months ago

chentsulin commented 11 months ago

Fix #270. Add an importOrderImportAttributesKeyword option to support three different kinds of syntax.

For example:

  "importOrderImportAttributesKeyword": 'with'

Todo: