UNPKG
react-dailymotion
Version:
latest (0.4.1)
0.4.1
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.2
0.2.1
0.2.0
0.1.0
Dailymotion player component for React.
github.com/u-wave/react-dailymotion
u-wave/react-dailymotion
react-dailymotion
/
test
/
.eslintrc.js
11 lines
(10 loc)
•
170 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
module
.
exports
= { extends:
'../.eslintrc.js'
, env: { mocha:
true
, }, rules: {
// We have good reasons
'react/jsx-props-no-spreading'
:
'off'
, }, };