{
  "parser": "@typescript-eslint/parser",
  "plugins": ["@ngrx"],
  "rules": {
    "@ngrx/avoid-cyclic-effects": "error",
    "@ngrx/no-dispatch-in-effects": "error",
    "@ngrx/no-effects-in-providers": "error",
    "@ngrx/no-multiple-actions-in-effects": "error",
    "@ngrx/prefer-action-creator-in-of-type": "error",
    "@ngrx/prefer-effect-callback-in-block-statement": "error",
    "@ngrx/use-effects-lifecycle-interface": "error"
  }
}
