I’ve running ESlint code styling as per the recomendations in the meteor docs and I’m getting an error with import { Mongo } from 'meteor/mongo';
. The error is.
Unable to resolve path to module ‘meteor/mongo’.
This was flagged in the meteor docs, in the chat area, however, I couldn’t find the solution. How do I resolve this?