/** * DO NOT EDIT * * This file is automatically generated (as a pre-commit step) */ export = { parser: '@typescript-eslint/parser', plugins: ['ngrx'], rules: { 'ngrx/no-dispatch-in-effects': 'error', 'ngrx/no-effect-decorator-and-creator': 'error', 'ngrx/no-effect-decorator': 'error', 'ngrx/no-effects-in-providers': 'error', 'ngrx/prefer-action-creator-in-of-type': 'error', 'ngrx/prefer-concat-latest-from': 'error', 'ngrx/prefer-effect-callback-in-block-statement': 'error', 'ngrx/use-effects-lifecycle-interface': 'error', }, }