Closed yoyo837 closed 4 years ago
Module Warning (from ./node_modules/eslint-loader/dist/cjs.js): Plugin "import" was conflicted between "src/commons/.eslintrc.js » eslint-config-standard" and ".eslintrc.js".
src/commons/ is a git submodule.
src/commons/
Having the same issue in a mono repo. How can I work with different eslint configs inside the same repo? Is it possible?
Solved it by using root: true in my eslintrc.js
root: true
Expected Behavior
Actual Behavior
src/commons/
is a git submodule.