I noticed in part 6.a Pure functions, immutable it tells us to install jest and several other packages for testing. However part 5.c teaches us to use vitest.
Also part 6.a tells us to use .eslintrc.cjs which seems to be deprecated in favor of eslint.config.js.
Because it only shows part of .eslintrc.cjs, I don't know what the rest of the file is supposed to be.
I'm still working through part 6, so there may be more I haven't noticed yet.
Anyway, an update would be greatly appreciated.
I noticed in part 6.a Pure functions, immutable it tells us to install
jestand several other packages for testing. However part 5.c teaches us to usevitest.Also part 6.a tells us to use .eslintrc.cjs which seems to be deprecated in favor of eslint.config.js.
Because it only shows part of .eslintrc.cjs, I don't know what the rest of the file is supposed to be.
I'm still working through part 6, so there may be more I haven't noticed yet.
Anyway, an update would be greatly appreciated.