mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-11-29 14:57:25 +01: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