UNPKG
rb-carrousel
Version:
latest (1.0.1)
1.0.1
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
react-basics carrousel component
github.com/EdGraVill/rb-carrousel
EdGraVill/rb-carrousel
rb-carrousel
/
.eslintrc.js
15 lines
(14 loc)
•
280 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
module.exports
=
{
extends:
'airbnb'
,
parser:
'babel-eslint'
,
plugins:
[
'flowtype'
],
globals:
{
document:
true
,
window:
true
,
HTMLAnchorElement:
true
,
HTMLDivElement:
true
,
HTMLElement:
true
,
HTMLInputElement:
true
,
React$Element:
true
, } }
;