prettier-plugin-sort-imports icon indicating copy to clipboard operation
prettier-plugin-sort-imports copied to clipboard

feat: support importOrderImportAttributesKeyword

Open chentsulin opened this issue 7 months ago • 0 comments

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

For example:

  "importOrderImportAttributesKeyword": 'with'

Todo:

  • [x] wait the type of @babel/generator to be fixed: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/67865

chentsulin avatar Dec 12 '23 04:12 chentsulin