We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ngrx
brandonroberts
Learn more about funding links in repositories.
Report abuse
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-plugin
At the moment, running ng add @ngrx/eslint-plugin fails if an eslint.config.js is used instead of the old .eslintrc.json.
ng add @ngrx/eslint-plugin
eslint.config.js
.eslintrc.json
The schematic should detect which ESLint configuration is present and use that one.
The text was updated successfully, but these errors were encountered:
I think this is a duplicate of #4643. Feel free to reopen if that's not the case @rainerhahnekamp
Sorry, something went wrong.
Yup it is. Sorry for that Tim.
rainerhahnekamp
No branches or pull requests
Which @ngrx/* package(s) are relevant/related to the feature request?
eslint-plugin
Information
At the moment, running
ng add @ngrx/eslint-plugin
fails if aneslint.config.js
is used instead of the old.eslintrc.json
.Describe any alternatives/workarounds you're currently using
The schematic should detect which ESLint configuration is present and use that one.
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: