From df02e315075456f8d5f75472abbb1fa81e237827 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Sun, 27 Sep 2020 06:22:32 -0400 Subject: feat(fmt): Sort named import and export specifiers (#7711) --- docs/examples/import_export.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'docs/examples/import_export.md') diff --git a/docs/examples/import_export.md b/docs/examples/import_export.md index f2cd78222..e036f874d 100644 --- a/docs/examples/import_export.md +++ b/docs/examples/import_export.md @@ -20,10 +20,7 @@ specified in full. You may not omit the file extension and there is no special handling of `index.js`. ```js -import { - add, - multiply, -} from "./arithmetic.ts"; +import { add, multiply } from "./arithmetic.ts"; ``` Dependencies are also imported directly, there is no package management -- cgit v1.2.3