Closed JoshuaKGoldberg closed 3 months ago
main
All devDependencies needed for linting should be installed in new projects.
@types/node is missed. On new repos:
@types/node
52:5 error Unsafe assignment of an error typed value @typescript-eslint/no-unsafe-assignment
...which is complaining about import.meta.dirname. That property comes from @types/node.
import.meta.dirname
💖
:tada: This is included in version v1.63.1 :tada:
The release is available on:
Cheers! 📦🚀
Bug Report Checklist
main
branch of the repository.Expected
All devDependencies needed for linting should be installed in new projects.
Actual
@types/node
is missed. On new repos:...which is complaining about
import.meta.dirname
. That property comes from@types/node
.Additional Info
💖