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 c9ad950 commit 619635aCopy full SHA for 619635a
src/features/counter/counterReducer.ts
@@ -1,3 +1,5 @@
1
+/* eslint-disable @typescript-eslint/default-param-last */
2
+
3
import { INCREMENT_COUNTER, DECREMENT_COUNTER } from './actionTypes'
4
import { CounterActionTypes } from './types'
5
0 commit comments