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
The readme sample code const add = result.instance.exports['add']; is throwing an error for projects using airbnb-eslint because it prefers object destructuring. Would it be possible to update for this in favor of a more modern syntax?
The text was updated successfully, but these errors were encountered:
tysun
changed the title
readme sample code -> use object destructuring to conform to eslint-airbnb
readme sample code -> new syntax to conform to object destructuring
Feb 2, 2019
The readme sample code
const add = result.instance.exports['add'];
is throwing an error for projects using airbnb-eslint because it prefers object destructuring. Would it be possible to update for this in favor of a more modern syntax?The text was updated successfully, but these errors were encountered: