mirror of
https://github.com/theoludwig/theoludwig.git
synced 2026-08-25 09:21:33 +02:00
chore: migrate from ESLint/Prettier to Oxc
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user