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 tool supports node versions that do not know the node-colon(node:) prefix.
this is expected to be fixed in the latest yarn-plugin-compiler (yarnpkg/berry#6356)
The text was updated successfully, but these errors were encountered:
currently all node-modules are imported like
import { dirname, join } from 'path'
for maintainability, this could be optimized:
example result
from
to
enforcement
maybe there is a eslint rule for this? import-js/eslint-plugin-import#2717
risks and problems:
the tool supports node versions that do not know the node-colon(
node:
) prefix.this is expected to be fixed in the latest yarn-plugin-compiler (yarnpkg/berry#6356)
The text was updated successfully, but these errors were encountered: