chore(linting): change arrowParents configuration, upgrade eslint config

This commit is contained in:
Alexander Shelepenok
2022-04-24 16:21:11 +00:00
parent 729d964c9e
commit 427a6f40f3
10 changed files with 20 additions and 23 deletions

View File

@@ -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,
"/",