You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 wrongShould we change it here or just add a couple of eslint-ignores across the autocomplete codebase?
The text was updated successfully, but these errors were encountered: