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
When running eslint with the debug flag, I get the following error/warning in the log:
173Z eslintrc:config-array-factory Loading plugin "oxlint" from /Users/me/projects/work/yyy/packages/tools/eslint/config.js
2025-01-31T11:30:16.173Z eslintrc:config-array-factory package.json was not found: Package subpath './package.json' is not defined by "exports" in /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/package.json
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Loaded: eslint-plugin-oxlint (/Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs)
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Plugin /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs loaded in: 0ms
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Loading plugin "oxlint" from /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs
2025-01-31T11:30:16.173Z eslintrc:config-array-factory package.json was not found: Package subpath './package.json' is not defined by "exports" in /Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/package.json
2025-01-31T11:30:16.173Z eslintrc:config-array-factory Loaded: eslint-plugin-oxlint (/Users/me/projects/work/yyy/node_modules/eslint-plugin-oxlint/dist/index.cjs)
not sure if it is really an issue but wanted to report it in case it is.
The text was updated successfully, but these errors were encountered:
When running eslint with the debug flag, I get the following error/warning in the log:
not sure if it is really an issue but wanted to report it in case it is.
The text was updated successfully, but these errors were encountered: