The `@nrwl/lint` executor used in the library and app generator doesn't pick up `.eslintrc.js` by default, it assumes `.json`. Update the generators to set up the lint executor with the path: `"eslintConfig": "apps/<project>/.eslintrc.js"`