Skip to content

Commit 0583874

Browse files
committed
fix: include eslint-disable @typescript-eslint/default-param-last in template
1 parent a5769c1 commit 0583874

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

template/src/features/counter/counterReducer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
/* eslint-disable @typescript-eslint/default-param-last */
12
import { INCREMENT_COUNTER, DECREMENT_COUNTER } from './actionTypes'
23
import { CounterActionTypes } from './types'
34

0 commit comments

Comments
 (0)