Closed smblee closed 3 months ago
@juliusmarminge Good call out. I am on v20.15.1 but looks like ESLint plugin in VSCode is using v20.9.0. Wonder how the ESLint plugin is pulling the node to use
@juliusmarminge As i noted here: https://github.com/t3-oss/create-t3-turbo/issues/1128
VSCode ESLint is kinda finicky in that it doesn't have a good way to set the node version (like matching the proj environment node config)
This suggested change might be good to be compatible with older versions of Node? Otherwise it just becomes a silent failure until you notice it
Closes #1128