We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5769c1 commit 0583874Copy full SHA for 0583874
template/src/features/counter/counterReducer.ts
@@ -1,3 +1,4 @@
1
+/* eslint-disable @typescript-eslint/default-param-last */
2
import { INCREMENT_COUNTER, DECREMENT_COUNTER } from './actionTypes'
3
import { CounterActionTypes } from './types'
4
0 commit comments