Skip to content

Commit 619635a

Browse files
committed
eslint-disable @typescript-eslint/default-param-last
1 parent c9ad950 commit 619635a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/features/counter/counterReducer.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable @typescript-eslint/default-param-last */
2+
13
import { INCREMENT_COUNTER, DECREMENT_COUNTER } from './actionTypes'
24
import { CounterActionTypes } from './types'
35

0 commit comments

Comments
 (0)