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
eslint c.js
# output# 1:15 error No named exports found in module './b.js' import/export
eslint c.js --ext .js,.mjs
# output# 1:15 error No named exports found in module './b.js' import/export
only renaming a.mjs to a.js can workaround this problem
The text was updated successfully, but these errors were encountered:
Would love to see it fixed because import \ export check is pretty important.
( as a workaround for now you could change rule to throw warning instead of error )
ref #2093 standard/standard#863
only renaming
a.mjs
toa.js
can workaround this problemThe text was updated successfully, but these errors were encountered: