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 modules in util are currently named with camel case. The Node.js modules are normally named with a hyphen, e.g. cid-from-hash. Rename all modules in utils to use hyphens instead of camel case.
The modules in
utilare currently named with camel case. The Node.js modules are normally named with a hyphen, e.g.cid-from-hash. Rename all modules inutilsto use hyphens instead of camel case.