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",