Skip to content

Commit 7d3fe10

Browse files
committed
Use prettier-plugin-organize-imports instead of @trivago/prettier-plugin-sort-imports
1 parent 8fa153c commit 7d3fe10

File tree

6 files changed

+81
-402
lines changed

6 files changed

+81
-402
lines changed

website/.prettierrc.json

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1 @@
1-
{
2-
"plugins": [
3-
"@trivago/prettier-plugin-sort-imports",
4-
"prettier-plugin-tailwindcss"
5-
]
6-
}
1+
{}

website/components/logo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import React, { ReactElement } from "react";
1+
import { ReactElement } from "react";
22

33
export function Logo(): ReactElement {
44
return (

website/components/swm.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import swm from "../public/swm.svg";
21
import Image from "next/image";
3-
import React, { ReactElement } from "react";
2+
import { ReactElement } from "react";
3+
import swm from "../public/swm.svg";
44

55
export function SWM(): ReactElement {
66
return (

0 commit comments

Comments
 (0)