Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): set browser + node eslint env in @nrwl/nx/javascript #4804

Merged
merged 1 commit into from
Feb 16, 2021

Conversation

JamesHenry
Copy link
Collaborator

Current Behavior

For config files, such as jest.config.js, under certain project types such as express, users might see issues from ESLint in their IDEs to do with globals being missing.

Expected Behavior

Users should not see issues with globals in their jest.config.js files.

I verified the before and after behaviour locally on a fresh express project.

Related Issue(s)

Fixes #3515

@nx-cloud
Copy link

nx-cloud bot commented Feb 16, 2021

Nx Cloud Report

CI ran the following commands for commit c9ac127. Click to see the status, the terminal output, and the build insights.

Status Command
#000000 nx run-many --target=build --all --parallel
#000000 nx run-many --target=lint --all --parallel
#000000 nx run-many --target=test --all --parallel

Sent with 💌 from NxCloud.

@github-actions
Copy link

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Module doesn't exist on jest config file for express application
2 participants