chore: migrate from ESLint/Prettier to Oxc

This commit is contained in:
2026-02-17 01:26:49 +01:00
parent 57026d652c
commit d0cde4538c
83 changed files with 2567 additions and 4340 deletions
+1 -3
View File
@@ -14,9 +14,7 @@ export const BlogPosts: React.FC<BlogPostsProps> = (props) => {
return (
<ul className="list-none">
{posts.map((post) => {
const postPublishedOn = getISODate(
new Date(post.frontmatter.publishedOn),
)
const postPublishedOn = getISODate(new Date(post.frontmatter.publishedOn))
return (
<li key={post.slug}>