Hey,
I've noticed that @withfig/fig-linter/no-useless-arrays breaks (has an edge case) here because it tries to convert a ['path'] into 'path' which is wrong
Should we change it here or just add a couple of eslint-ignores across the autocomplete codebase?
Hey,
I've noticed that
@withfig/fig-linter/no-useless-arraysbreaks (has an edge case) here because it tries to convert a['path']into'path'which is wrongShould we change it here or just add a couple of eslint-ignores across the autocomplete codebase?