I have spent the day wrestling with standardJS and package.json in a project.
Just when I thought I had fixed some no-def issues when upgrading to standard 11, I now face multiple:
error Resolve error: unable to load resolver "node" import/no-duplicates
So going to back to basics, do I really need "eslint" installed for standardJS to work? The project does seem to require "babel-eslint" for some arrow functions to work.
Is there anything else I can do to try resolve these CI errors?
Maybe it's a Travis issue, or a npm i
and meteor npm i
issue.