We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
eslint.config.mjs
ESM
ESLint
Currently only CommonJS eslint.config.cjs flat config is supported. The other variants like .mjs, .mts and .cts should be supported too.
eslint.config.cjs
.mjs
.mts
.cts
angular-eslint already supports both .cjs and .mjs formats: angular-eslint/angular-eslint#2068
angular-eslint
.cjs
eslint.config.mjs ESM flat ESLint config should be supported
No response
@nx/eslint:lint
Node : 20.18.0 OS : win32-x64 Native Target : x86_64-windows bun : 1.1.41 nx (global) : 20.3.0 nx : 20.3.0 @nx/js : 20.3.0 @nx/jest : 20.3.0 @nx/eslint : 20.3.0 @nx/workspace : 20.3.0 @nx/angular : 20.3.0 @nx/devkit : 20.3.0 @nx/module-federation : 20.3.0 @nx/web : 20.3.0 @nx/webpack : 20.3.0 typescript : 5.6.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Current Behavior
Currently only CommonJS
eslint.config.cjs
flat config is supported. The other variants like.mjs
,.mts
and.cts
should be supported too.angular-eslint
already supports both.cjs
and.mjs
formats: angular-eslint/angular-eslint#2068Expected Behavior
eslint.config.mjs
ESM
flatESLint
config should be supportedGitHub Repo
No response
Steps to Reproduce
eslint.config.mjs
config with@nx/eslint:lint
executor.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: