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
Which @ngrx/* package(s) are relevant/related to the feature request?
eslint-plugin
Information
Currently the NgRx eslint plugin only configures the NgRx plugin within a json file.
We should also add the option to configure our plugin within flat config files.
Which @ngrx/* package(s) are relevant/related to the feature request?
eslint-plugin
Information
Currently the NgRx eslint plugin only configures the NgRx plugin within a json file.
We should also add the option to configure our plugin within flat config files.
The schematic should automatically detect which file needs to be updated.
We can take a look at the Angular ESlint plugin for inspiration https://github.com/angular-eslint/angular-eslint/blob/390df5a211f7016be1bcc12c4e139796c1867867/packages/schematics/src/ng-add/index.ts#L41
Describe any alternatives/workarounds you're currently using
No response
I would be willing to submit a PR to fix this issue
The text was updated successfully, but these errors were encountered: