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
ES6 module support is coming to Node.js. That means a new file extension (*.mjs) that denotes an ES6 module file. standard should automatically lint this file extension, since that's what users will expect.