ngrx / platform

Reactive State for Angular
https://ngrx.io
Other
7.96k stars 1.95k forks source link

bug(eslint-plugin): signals configuration #4385

Closed timdeschryver closed 3 weeks ago

timdeschryver commented 3 weeks ago
          Sorry to bother you again, but I have another problem, if I now extend from `plugin:@ngrx/all`, I have the following errors:
  1:1  error  Definition for rule '@ngrx/signal-state-no-arrays-at-root-level' was not found  @ngrx/signal-state-no-arrays-at-root-level
  1:1  error  Definition for rule '@ngrx/with-state-no-arrays-at-root-level' was not found    @ngrx/with-state-no-arrays-at-root-level

If I turn these rules off, it's working again, am I missing something?

Originally posted by @Julien-Marcou in https://github.com/ngrx/platform/issues/4381#issuecomment-2158864774