mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-27 12:42:28 +02:00
chore(linting): change arrowParents configuration, upgrade eslint config
This commit is contained in:
@@ -30,7 +30,7 @@ const onCreateNode: GatsbyNode["onCreateNode"] = ({
|
||||
}
|
||||
|
||||
if (tags) {
|
||||
const value = tags.map(tag =>
|
||||
const value = tags.map((tag) =>
|
||||
utils.concat(
|
||||
constants.routes.tagRoute,
|
||||
"/",
|
||||
|
Reference in New Issue
Block a user