mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-06 01:18:14 +02:00
chore(linting): change arrowParents configuration, upgrade eslint config
This commit is contained in:
@@ -12,7 +12,7 @@ type Props = {
|
||||
|
||||
const Feed: React.FC<Props> = ({ edges }: Props) => (
|
||||
<div className={styles.feed}>
|
||||
{edges.map(edge => (
|
||||
{edges.map((edge) => (
|
||||
<div className={styles.item} key={edge.node.fields.slug}>
|
||||
<div className={styles.meta}>
|
||||
<time
|
||||
|
Reference in New Issue
Block a user