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 function-eslint rule complains if a function node references Buffer, util and modules imported in functionExternalModules - saying they are not defined.
Expected Behavior
Any built-in object the Function node provides should not cause lint errors.
Modules added to the Setup page of function should not cause lint errors.
pauldeng
changed the title
function-eslint doesn't know about Buffer and modules defined in functionExternalModules
function-eslint doesn't know about Buffer, util and modules imported in functionExternalModules
Aug 25, 2022
Current Behavior
Similar to issue #22.
The function-eslint rule complains if a function node references Buffer, util and modules imported in functionExternalModules - saying they are not defined.
Expected Behavior
Any built-in object the Function node provides should not cause lint errors.
Modules added to the Setup page of function should not cause lint errors.
Steps To Reproduce
No response
Example flow
Environment
The text was updated successfully, but these errors were encountered: