UNPKG
react-pager
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.1
1.2.0
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Stateless Pager component (for Bootstrap).
github.com/AZaviruha/pager
AZaviruha/pager
react-pager
/
.eslintrc.json
14 lines
•
308 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"parser"
:
"babel-eslint"
,
"extends"
:
"airbnb"
,
"rules"
:
{
"indent"
:
[
1
,
"tab"
]
,
"no-tabs"
:
"off"
,
"no-multi-spaces"
:
"off"
,
"key-spacing"
:
"off"
,
"no-plusplus"
:
"off"
,
"no-use-before-define"
:
"off"
,
"react/jsx-indent"
:
[
2
,
"tab"
]
,
"react/jsx-indent-props"
:
[
2
,
"tab"
]
}
}