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
export { index as default, index as "module.exports" };
cause error:
Require error message:
./node_modules/@stylistic/eslint-plugin/dist/index.js:108
export { index as default, index as "module.exports" };
^
SyntaxError: Invalid or unexpected token
Exports with a string such as:
cause error:
Some discussion around adding module.exports named export for require(esm)
The text was updated successfully, but these errors were encountered: