You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> NX Failed to run update-16-8-0-add-ignored-files from @nx/linter. This workspace is NOT up to date!
> NX Cannot find apps/{project-name}/.eslintrc.json
Note that I don't have an .eslintrc.json, but instead a .eslintrc.js.
Normally, it should be covered inside the eslint-file.ts, but there is only coverage for the json file for this migration 🤔 .
Expected Behavior
There is no error and the migration run successfully.
> NX Failed to run update-16-8-0-add-ignored-files from @nx/linter. This workspace is NOT up to date!> NX Cannot find apps/{project-name}/.eslintrc.json
Package Manager Version
No response
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
We added some utilities to update overrides in both .eslintrc.json and (new) eslint.config.js formats, however it is causing issues with other formats. I added a guard to skip other formats like .eslintrc.js so the update won't fail.
Current Behavior
Migrating from Nx
16.7
to16.8
, and running the migration update-16-8-0-add-ignored-files is not working.The log error is:
Note that I don't have an
.eslintrc.json
, but instead a.eslintrc.js
.Normally, it should be covered inside the eslint-file.ts, but there is only coverage for the
json
file for this migration 🤔 .Expected Behavior
There is no error and the migration run successfully.
GitHub Repo
No response
Steps to Reproduce
16.7
..eslintrc.json
to a.eslintrc.js
npx nx migrate nx
npm i
npx nx migrate --run-migrations
Nx Report
Failure Logs
Package Manager Version
No response
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: