thekevinscott / UpscalerJS

Found unnecessary computed property keys in object literals JS-0236
Anti-pattern
Minor
6 months ago7 months old
Unnecessarily computed property ['should-clear-markdown'] found
 3export const getSharedArgs = () => {
 4  const {
 5    values: {
 6      ['should-clear-markdown']: shouldClearMarkdown = false, 7    },
 8  } = parseArgs({
 9    options: {