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
These two variables are deprecated in node v6.0.0: nodejs/node#1838 which are never documented and should be safe to remove. By removing root from node's env, it should help those developers that accidentally access global root variable.
These two variables are deprecated in node v6.0.0: nodejs/node#1838 which are never documented and should be safe to remove. By removing
root
from node's env, it should help those developers that accidentally access globalroot
variable.I also filed an issue in ESLint: eslint/eslint#9144
The text was updated successfully, but these errors were encountered: