Skip to content

Commit

Permalink
fix: include eslint-disable @typescript-eslint/default-param-last in …
Browse files Browse the repository at this point in the history
…template
  • Loading branch information
alexandr-g committed May 17, 2023
1 parent a5769c1 commit 0583874
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions template/src/features/counter/counterReducer.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/* eslint-disable @typescript-eslint/default-param-last */
import { INCREMENT_COUNTER, DECREMENT_COUNTER } from './actionTypes'
import { CounterActionTypes } from './types'

Expand Down

0 comments on commit 0583874

Please sign in to comment.