Change ESLint quote-props rule to as-needed
Also fixes all files flagged by the rule
This commit is contained in:
@ -24,9 +24,9 @@ export function setProfileFromGithub(
|
||||
},
|
||||
{
|
||||
id: githubId,
|
||||
'avatar_url': picture,
|
||||
avatar_url: picture,
|
||||
email: githubEmail,
|
||||
'created_at': joinedGithubOn,
|
||||
created_at: joinedGithubOn,
|
||||
blog: website,
|
||||
location,
|
||||
name
|
||||
|
Reference in New Issue
Block a user