UNPKG
@mnmtanish/react-split-pane
Version:
latest (0.1.31)
0.1.31
0.1.30
React split-pane component
github.com/tomkp/react-split-pane
tomkp/react-split-pane
@mnmtanish/react-split-pane
/
.eslintrc
14 lines
(12 loc)
•
246 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"airbnb"
,
"rules"
:
{
"indent"
:
[
2
,
4
]
,
"max-len"
:
[
2
,
120
,
4
,
{
"ignoreUrls"
:
true
,
"ignoreComments"
:
false
}
]
,
"react/jsx-indent-props"
:
[
2
,
4
]
,
"space-before-function-paren"
:
[
2
,
"never"
]
}
}