Skip to content

Commit 5f0efaf

Browse files
committed
fix: make prettier work
1 parent 3fed9df commit 5f0efaf

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
node_modules
22
build
3-
prettier.config.ts
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
import { type Config } from "prettier";
2-
3-
const config: Config = {
1+
const config = {
42
trailingComma: "all",
53
semi: true,
64
singleQuote: false,

0 commit comments

Comments
 (0)