EbenFergy / movieApp

Use shorthand property syntax for object literals JS-0240
Anti-pattern
Minor
2 occurrences in this check
Expected property shorthand.
49  const APIContextValues = { 
50    trendingApiData: apiData, 
51    trendingIsLoading: isLoading, 
52    trender: trender, 53  }; 
54 
55  return ( 
Expected property shorthand.
49  const APIContextValues = { 
50    actionApiData: apiData, 
51    actionIsLoading: isLoading, 
52    actioneer: actioneer, 53  }; 
54 
55  return (