Skip to content

Commit

Permalink
Update modules/eslint-plugin/spec/rules/prefer-selector-in-select.spe…
Browse files Browse the repository at this point in the history
…c.ts
  • Loading branch information
timdeschryver authored Aug 9, 2023
1 parent d22f3c6 commit 095d769
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ class Ok11 {
private store = inject(Store)
view$ = this.store.pipe(select(selectQueryParam('parameter')))
}`,
// https://github.com/timdeschryver/eslint-plugin-ngrx/issues/135
`
import { Store } from '@ngrx/store'
import { inject } from '@angular/core'
Expand Down

0 comments on commit 095d769

Please sign in to comment.