Skip to content

Commit 80ad609

Browse files
committed
Update import sorting config
- Removed Tailwind config file - Bumped TypeScript version to 5.0.0
1 parent 48ac430 commit 80ad609

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

prettier.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,9 @@ const config = {
2424
},
2525
],
2626
astroAllowShorthand: false,
27-
tailwindConfig: "./tailwind.config.ts",
2827
importOrder: ["<THIRD_PARTY_MODULES>", "", "^~/", "^[.][.]/", "^[.]/"],
2928
importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"],
30-
importOrderTypeScriptVersion: "4.4.0",
29+
importOrderTypeScriptVersion: "5.0.0",
3130
};
3231

3332
export default config;

0 commit comments

Comments
 (0)