UNPKG
react-actionable
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
0.0.0
React UI components for actionable-js
github.com/srajko/react-actionable
srajko/react-actionable
react-actionable
/
.eslintrc
9 lines
(8 loc)
•
144 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
{
"extends"
:
"airbnb"
,
"rules"
:
{
"comma-dangle"
:
0
,
"react/prefer-stateless-function"
:
0
,
"react/jsx-no-bind"
:
0
}
}