Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
eslint, prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
OG-NI committed Apr 15, 2024
1 parent bef87d7 commit 027be1a
Show file tree
Hide file tree
Showing 5 changed files with 382 additions and 387 deletions.
2 changes: 1 addition & 1 deletion backend/.prettierrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
}
2 changes: 1 addition & 1 deletion backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,6 @@
]
},
"prisma": {
"seed": "ts-node src/db/prisma.seed.ts"
"seed": "ts-node src/db/prisma.seed.ts"
}
}
4 changes: 4 additions & 0 deletions docs/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"singleQuote": true,
"trailingComma": "all"
}
Loading

0 comments on commit 027be1a

Please sign in to comment.