node_modules
might vary (I’m not sure how it decides).
extends
. I have a shareable config file "eslint-config-myconfig.js" inside a private module "@foo/common". I've npm link
ed the private module into my project, and am trying to include it with "extends": "@foo/common/eslint-config-myconfig"
. Sadly, eslint is saying it can't find the config file. So... what am I doing wrong?
eslint —fix —quiet
, which I think just suppresses (some) messages, not actual checking?