UNPKG
redux-ignore
Version:
latest (1.2.5)
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.1
1.0.0
higher-order reducer to ignore redux actions
github.com/omnidan/redux-ignore
omnidan/redux-ignore
redux-ignore
/
.eslintrc
10 lines
(9 loc)
•
129 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
{
"extends"
:
"standard"
,
"parser"
:
"babel-eslint"
,
"env"
:
{
"browser"
:
true
,
"mocha"
:
true
,
"node"
:
true
}
}