From 4a838dbc001461916093457537e02af2eb5e157c Mon Sep 17 00:00:00 2001 From: Niccolo Borgioli Date: Tue, 31 Oct 2023 21:24:39 +0100 Subject: [PATCH] don't group @ --- index.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 85a04e8..3267a9f 100644 --- a/index.js +++ b/index.js @@ -6,5 +6,5 @@ export default { trailingComma: 'all', plugins: ['@ianvs/prettier-plugin-sort-imports', 'prettier-plugin-packagejson'], - importOrder: ['', '', '', '', '^[@$]', '', '^[.]'], + importOrder: ['', '', '', '', '^[$]', '', '^[.]'], } diff --git a/package.json b/package.json index e7d57d3..fed3cf5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@nicco.io/prettier", - "version": "1.0.1", + "version": "1.0.2", "description": "Personal Prettier config", "keywords": [ "prettier",